summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/anim
diff options
context:
space:
mode:
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