summaryrefslogtreecommitdiffstats
path: root/res/anim/anim_2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/anim_2.xml')
-rw-r--r--res/anim/anim_2.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/anim/anim_2.xml b/res/anim/anim_2.xml
new file mode 100644
index 0000000..b7c3e33
--- /dev/null
+++ b/res/anim/anim_2.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="00.0%"
+ android:pivotY="00.0%"
+ android:toXScale="1.0"
+ android:toYScale="1.0" />
+
+</set> \ No newline at end of file