summaryrefslogtreecommitdiffstats
path: root/res/anim/anim_4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/anim_4.xml')
-rw-r--r--res/anim/anim_4.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/anim/anim_4.xml b/res/anim/anim_4.xml
new file mode 100644
index 0000000..8b33102
--- /dev/null
+++ b/res/anim/anim_4.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <translate
+ android:duration="@android:integer/config_shortAnimTime"
+ android:fromYDelta="-50.0%p"
+ android:toYDelta="0.0" />
+
+ <alpha
+ android:duration="@android:integer/config_longAnimTime"
+ android:fromAlpha="0.0"
+ android:toAlpha="1.0" />
+
+</set> \ No newline at end of file