summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/anim
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-06-01 22:23:54 +0300
committerAndrew Dolgov <[email protected]>2017-06-01 22:23:54 +0300
commit1d960a3a8346203e4ae2d7870fc480f84bcc4ca7 (patch)
treedf70930c69df22fe83c4978b83a556ef64c1b2d7 /org.fox.ttrss/src/main/res/anim
parent46707f28a6f3aebb874e53c8a056f0a129cbeaa1 (diff)
add animations to headlines list
fix typo in previous
Diffstat (limited to 'org.fox.ttrss/src/main/res/anim')
-rw-r--r--org.fox.ttrss/src/main/res/anim/up_from_bottom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/anim/up_from_bottom.xml b/org.fox.ttrss/src/main/res/anim/up_from_bottom.xml
new file mode 100644
index 00000000..0354eab0
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/anim/up_from_bottom.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shareInterpolator="@android:anim/decelerate_interpolator">
+
+ <translate
+ android:fromXDelta="0%" android:toXDelta="0%"
+ android:fromYDelta="60%" android:toYDelta="0%"
+ android:duration="250" />
+</set> \ No newline at end of file