aboutsummaryrefslogtreecommitdiff
path: root/res/anim/updated_stop_view.xml
blob: eab6853bc01d36eea863c8925e7b50f1574a178f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
    android:interpolator="@android:anim/accelerate_interpolator"
    android:shareInterpolator="true" >

    <alpha
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:duration="1000"
        android:fromAlpha="0.0"
        android:toAlpha="1" />

</set>