Rabbit-R1/switch port/java/resources/res/anim/rotate_loading.xml
2024-05-21 17:08:36 -04:00

8 lines
298 B
XML

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