aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/anim/fade_in.xml
blob: 7c3475326c3843445aa328fca4771f5b98afe1c3 (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="0.0" android:toAlpha="1.0"
        android:interpolator="@android:anim/bounce_interpolator"
        android:duration="700"
        />
</set>