aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/anim/kau_slide_in_bottom.xml
blob: a07cba4a1a47f6708b1d44c1ef9a911af4b1cb0f (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">
    <translate
        android:duration="@android:integer/config_shortAnimTime"
        android:fromYDelta="100%p"
        android:toYDelta="0" />
</set>