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:
Here is the Simple Explanation of the Rotation Animation try this this will help you
http://androidtutorials60.blogspot.in/2013/09/simple-rotate-animation-in-android.html
android:duration="4000"
android:fromdegrees="0"
android:pivotx="50%"
android:pivoty="50%"
android:todegrees="360"
android:toyscale="0.0"