summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/animator/setttings_pop_exit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/animator/setttings_pop_exit.xml')
-rw-r--r--src/android/app/src/main/res/animator/setttings_pop_exit.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/android/app/src/main/res/animator/setttings_pop_exit.xml b/src/android/app/src/main/res/animator/setttings_pop_exit.xml
deleted file mode 100644
index 4fccbcca2..000000000
--- a/src/android/app/src/main/res/animator/setttings_pop_exit.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android">
-
- <objectAnimator
- android:duration="@android:integer/config_mediumAnimTime"
- android:interpolator="@android:interpolator/accelerate_cubic"
- android:propertyName="yFraction"
- android:valueFrom="0"
- android:valueTo="1.0" />
-
- <objectAnimator
- android:duration="@android:integer/config_mediumAnimTime"
- android:interpolator="@android:interpolator/decelerate_cubic"
- android:propertyName="translationZ"
- android:startOffset="@android:integer/config_shortAnimTime"
- android:valueFrom="0.0"
- android:valueTo="100" />
-
- <objectAnimator
- android:duration="@android:integer/config_mediumAnimTime"
- android:interpolator="@android:interpolator/decelerate_cubic"
- android:propertyName="elevation"
- android:startOffset="@android:integer/config_shortAnimTime"
- android:valueFrom="0.0"
- android:valueTo="100" />
-
-</set> \ No newline at end of file