aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/animator/fade_in.xml
blob: 8307c7835d43864a8f4f6c062c32e4ead9113ee7 (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="0.0"
        android:interpolator="@android:anim/accelerate_interpolator"
        android:toAlpha="1.0" />
</set>