aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/anim/fade_out.xml
blob: 7d171fce71b5f6034747fdc61dfc04ddb57ad8fc (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
        android:duration="@android:integer/config_shortAnimTime"
        android:interpolator="@android:anim/decelerate_interpolator"
        android:fromAlpha="1"
        android:toAlpha="0" />
</set>