Files
river-lucky-driver/jiguang/src/main/res/anim/umcsdk_anim_loading.xml
T
2022-08-24 09:32:54 +08:00

11 lines
276 B
XML

<set xmlns:android="http://schemas.android.com/apk/res/android" >
<rotate
android:duration="1000"
android:fromDegrees="0"
android:pivotX="50%"
android:pivotY="50%"
android:repeatCount="-1"
android:toDegrees="359" />
</set>