super_anim_loading.xml 487 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rotate xmlns:android="http://schemas.android.com/apk/res/android">
  3. <rotate
  4. android:drawable="@drawable/super_loading_rotate"
  5. android:duration="1500"
  6. android:fromDegrees="0"
  7. android:interpolator="@android:anim/linear_interpolator"
  8. android:pivotX="50%"
  9. android:pivotY="50%"
  10. android:repeatCount="-1"
  11. android:toDegrees="359"
  12. android:visible="true">
  13. </rotate>
  14. </rotate>