summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/anim/priority_alert_exit.xml
blob: 05c144a1720d89b03e359c1e8ae5e3252c53503e (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/accelerate_quad"
        android:fromXScale="1.0" android:toXScale="0.7"
        android:fromYScale="1.0" android:toYScale="0.7"
        android:pivotX="50%" android:pivotY="50%"
        android:duration="@android:integer/config_shortAnimTime" />
    <alpha 
        android:interpolator="@android:interpolator/accelerate_quad"
        android:fromAlpha="1.0" android:toAlpha="0.0"
        android:duration="@android:integer/config_shortAnimTime" />
</set>