Android Animate Rotate
- by oriharel
I did some digging in Android code, and saw the use of in the indeterminate progress bar. after trying to create my own drawable with this tag:
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/spinner_pia"
android:pivotX="50%"
android:pivotY="50%"
android:framesCount="12"
…