aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/animator/fade_out.xml
blob: d5912c1160962c25941905a6191fb321887fae3c (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
    <alpha xmlns:android="http://schemas.android.com/apk/res/android"
        android:duration="200"
        android:fromAlpha="1.0"
        android:interpolator="@android:anim/anticipate_interpolator"
        android:toAlpha="0.0" />
</set>