summaryrefslogtreecommitdiff
path: root/res/anim/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/test.xml')
-rw-r--r--res/anim/test.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/anim/test.xml b/res/anim/test.xml
deleted file mode 100644
index 6e2f38f5..00000000
--- a/res/anim/test.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>