summaryrefslogtreecommitdiff
path: root/res/anim/splash_rotation.xml
blob: c6a6554a3bf8e8cd35d008b035cf2d75a1574e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
    android:interpolator="@android:anim/linear_interpolator">
    <rotate
        android:duration="2000"
        android:fromDegrees="0"
        android:pivotX="49.566%"
        android:pivotY="66.65%"
        android:repeatCount="infinite"
        android:toDegrees="360"/>
</set>