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, 0 insertions, 14 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
deleted file mode 100644
index 30986457b..000000000
--- a/java/com/android/dialer/theme/res/anim/front_back_switch_button_animation.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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