summaryrefslogtreecommitdiffstats
path: root/res/anim/anim_0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/anim_0.xml')
-rw-r--r--res/anim/anim_0.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/anim/anim_0.xml b/res/anim/anim_0.xml
new file mode 100644
index 0000000..3cf4b57
--- /dev/null
+++ b/res/anim/anim_0.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <scale
+ android:duration="200"
+ android:fromXScale="2.0"
+ android:fromYScale="0.0"
+ android:pivotX="50.0%"
+ android:pivotY="50.0%"
+ android:toXScale="1.0"
+ android:toYScale="1.0" />
+
+</set> \ No newline at end of file