aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/anim/fade_out.xml
blob: 9a9dbbbc8097286d4347ba562100982885652507 (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/accelerate_interpolator"
        android:duration="300"
        />
</set>