aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/transition/delayed_fade.xml
blob: 00ff99cbe3a1c9b04913f10ede661153fcf005f5 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android">
    <fade
        android:startDelay="300"
        android:duration="@android:integer/config_shortAnimTime"/>
</transitionSet>