summaryrefslogtreecommitdiffstats
path: root/res/anim/drop_down.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/drop_down.xml')
-rw-r--r--res/anim/drop_down.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/res/anim/drop_down.xml b/res/anim/drop_down.xml
deleted file mode 100644
index 49059a048..000000000
--- a/res/anim/drop_down.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:interpolator/accelerate_decelerate">
- <scale
- android:fromXScale="1.0"
- android:toXScale="1.0"
- android:fromYScale="2.5"
- android:toYScale="1.0"
- android:pivotX="50%"
- android:pivotY="50%"
- android:duration="300"
- android:fillBefore="false" />
-</set>