aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/anim/kau_fade_out.xml
blob: 322befc1cfc44d73c6eeb2bc7d78c9814b085e7e (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="1.0"
    android:toAlpha="0.0" />