summaryrefslogtreecommitdiffstats
path: root/res/anim/drop_down.xml
blob: 49059a048c0d41791812693249918a2da291fc1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>