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

11 lines
349 B
XML

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