diff options
Diffstat (limited to 'app/src/main/res/transition/delayed_fade.xml')
-rw-r--r-- | app/src/main/res/transition/delayed_fade.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/transition/delayed_fade.xml b/app/src/main/res/transition/delayed_fade.xml new file mode 100644 index 0000000..00ff99c --- /dev/null +++ b/app/src/main/res/transition/delayed_fade.xml @@ -0,0 +1,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>
\ No newline at end of file |