tysdkn_rotating.xml 320 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rotate xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:duration="1500"
  4. android:fillAfter="true"
  5. android:fromDegrees="0"
  6. android:pivotX="50%"
  7. android:pivotY="50%"
  8. android:repeatCount="-1"
  9. android:toDegrees="360" >
  10. </rotate>