aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/transition/kau_enter_slide_top.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/transition/kau_enter_slide_top.xml')
-rw-r--r--core/src/main/res/transition/kau_enter_slide_top.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/core/src/main/res/transition/kau_enter_slide_top.xml b/core/src/main/res/transition/kau_enter_slide_top.xml
deleted file mode 100644
index 8cf613b..0000000
--- a/core/src/main/res/transition/kau_enter_slide_top.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<transitionSet
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:transitionOrdering="together"
- android:duration="400"
- android:interpolator="@android:interpolator/linear_out_slow_in">
-
- <slide android:slideEdge="top">
- <targets>
- <target android:excludeId="@android:id/navigationBarBackground" />
- <target android:excludeId="@android:id/statusBarBackground" />
- </targets>
- </slide>
-
- <fade android:duration="@android:integer/config_mediumAnimTime">
- <targets>
- <target android:targetId="@android:id/navigationBarBackground" />
- <target android:targetId="@android:id/statusBarBackground" />
- </targets>
- </fade>
-
-</transitionSet>