aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/anim/rotate_delta.xml
blob: 99837e95a4456ef837c76b2132250021a2e6fbd5 (plain)
1
2
3
4
5
6
7
8
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" />