jimu-decompiled/resources/res/anim/rotate_anim.xml
2025-05-13 19:24:51 +02:00

11 lines
323 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android">
<rotate
android:duration="800"
android:fromDegrees="0"
android:toDegrees="359"
android:pivotX="50%"
android:pivotY="50%"
android:repeatCount="infinite"/>
</rotate>