aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/anim/rotate_delta.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/anim/rotate_delta.xml')
-rw-r--r--app/src/main/res/anim/rotate_delta.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/anim/rotate_delta.xml b/app/src/main/res/anim/rotate_delta.xml
new file mode 100644
index 00000000..99837e95
--- /dev/null
+++ b/app/src/main/res/anim/rotate_delta.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rotate xmlns:android="http://schemas.android.com/apk/res/android"
+ android:duration="100"
+ android:fromDegrees="-5"
+ android:pivotX="50%"
+ android:pivotY="50%"
+ android:repeatCount="3"
+ android:repeatMode="reverse"
+ android:toDegrees="5" /> \ No newline at end of file