nextcloud-android/res/drawable/progress_small.xml
2012-05-13 16:13:13 +02:00

11 lines
389 B
XML

<?xml version="1.0" encoding="utf-8"?>
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/spinner_inner"
android:pivotX="50%"
android:pivotY="50%"
android:fromDegrees="0"
android:toDegrees="360"
android:interpolator="@android:anim/linear_interpolator"
android:duration="1000"
android:startOffset="0"/>