crystal-wallet-android/app/src/main/res/anim/rotate360.xml

13 lines
452 B
XML
Raw Normal View History

2017-08-18 22:48:51 +00:00
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="0"
android:pivotX="50%"
android:pivotY="50%"
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
android:duration="1000"
android:repeatCount="0"
android:toDegrees="360" />
</set>