diff options
Diffstat (limited to 'app/src/main/res/anim')
-rw-r--r-- | app/src/main/res/anim/rotate_delta.xml | 9 |
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 |