aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/anim/kau_fade_in.xml
blob: 03312a21169f94e0edc7cdc9f7911af6430d5d1e (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="@android:integer/config_shortAnimTime"
    android:fromAlpha="0.0"
    android:toAlpha="1.0" />