summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/res/anim/front_back_switch_button_animation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/theme/res/anim/front_back_switch_button_animation.xml')
-rw-r--r--java/com/android/dialer/theme/res/anim/front_back_switch_button_animation.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/com/android/dialer/theme/res/anim/front_back_switch_button_animation.xml b/java/com/android/dialer/theme/res/anim/front_back_switch_button_animation.xml
new file mode 100644
index 000000000..30986457b
--- /dev/null
+++ b/java/com/android/dialer/theme/res/anim/front_back_switch_button_animation.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <set
+ android:ordering="sequentially">
+ <objectAnimator
+ android:duration="500"
+ android:propertyName="rotation"
+ android:valueFrom="0.0"
+ android:valueTo="-180.0"
+ android:valueType="floatType"
+ android:interpolator="@android:interpolator/fast_out_slow_in"/>
+ </set>
+</set> \ No newline at end of file