tmap/res/anim/progress_ani.xml
2022-06-10 21:38:30 +09:00

3 lines
320 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rotate android:interpolator="@android:anim/linear_interpolator" android:duration="1000" android:fromDegrees="0.0" android:toDegrees="360.0" android:pivotX="50.0%" android:pivotY="50.0%" android:repeatCount="infinite"
xmlns:android="http://schemas.android.com/apk/res/android" />