aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/anim/rotate.xml
blob: 3856fa08180a3c278de50979f51c26b62087aae0 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
        android:fromDegrees="0"
        android:toDegrees="360"
        android:pivotX="50%"
        android:pivotY="50%"
        android:duration="800"
        android:interpolator="@android:anim/linear_interpolator" />