summaryrefslogtreecommitdiff
path: root/res/anim
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-09 15:58:11 +0400
committerAndrew Dolgov <[email protected]>2011-09-09 15:58:11 +0400
commitfb7054eb18d45ea641bf1e7177ad4ae41a7d52d2 (patch)
tree5880d9c714e89da84f5ed5d50caee79f48168086 /res/anim
parentc7a583a116057ae06c0e0b9ba2e8536744a3479d (diff)
experimental animation stuff
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/test.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/anim/test.xml b/res/anim/test.xml
new file mode 100644
index 00000000..6e2f38f5
--- /dev/null
+++ b/res/anim/test.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<scale xmlns:android="http://schemas.android.com/apk/res/android"
+ android:interpolator="@android:anim/accelerate_decelerate_interpolator"
+ android:fromXScale="1"
+ android:toXScale="0.5"
+ android:duration="1000">
+
+</scale>