aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/anim/fade_out_quick.xml
blob: 94fc508d70d3eb5468c481bef855c35d6b2b3459 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
    <alpha android:fromAlpha="1.0" android:toAlpha="0.0"
        android:interpolator="@android:anim/decelerate_interpolator"
        android:duration="150"
        />
</set>