ej_anim_loading.xml 301 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:drawable="@drawable/ej_loading"
  4. android:fromDegrees="0.0"
  5. android:pivotX="50.0%"
  6. android:pivotY="50.0%"
  7. android:toDegrees="360.0">
  8. </animated-rotate>