mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
8 lines
298 B
XML
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%"/>
|