summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/anim/priority_alert_enter.xml
blob: 4fd6a7c9d2f71653ff1ec1c284800c4c1928efa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
        >
    <scale
        android:interpolator="@android:interpolator/overshoot"
        android:fromXScale="0.7" android:toXScale="1.0"
        android:fromYScale="0.7" android:toYScale="1.0"
        android:pivotX="50%" android:pivotY="50%"
        android:duration="@android:integer/config_shortAnimTime" />
    <alpha 
        android:interpolator="@android:interpolator/decelerate_quad"
        android:fromAlpha="0.0" android:toAlpha="1.0"
        android:duration="@android:integer/config_shortAnimTime" />
</set>