authsdk_anim_loading.xml 298 B

1234567891011
  1. <set xmlns:android="http://schemas.android.com/apk/res/android">
  2. <rotate
  3. android:duration="1000"
  4. android:fromDegrees="0"
  5. android:pivotX="50%"
  6. android:pivotY="50%"
  7. android:repeatCount="-1"
  8. android:toDegrees="359"/>
  9. </set>