1
2
3
4
5
6
7
8
9
10
11
12
| <?xml version="1.0" encoding="utf-8"?>
| <rotate
| xmlns:android="http://schemas.android.com/apk/res/android"
| android:interpolator="@android:anim/accelerate_interpolator"
| android:fromDegrees="-45"
| android:toDegrees="-405"
| android:pivotX="0%"
| android:pivotY="50%"
| android:duration="300"
| android:fillAfter="true"
| android:startOffset="215">
| </rotate>
|
|