aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/anim/rotate_spin.xml
blob: e6ddec869297cb82ebea29a7328fe3e742e7aebc (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="400"
        android:interpolator="@android:anim/accelerate_decelerate_interpolator" />