mirror of
https://github.com/Michatec/Radio.git
synced 2026-01-30 23:17:21 +00:00
11 lines
382 B
XML
11 lines
382 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:interpolator="@android:anim/decelerate_interpolator"
|
|
android:shareInterpolator="false">
|
|
<rotate
|
|
android:duration="500"
|
|
android:fromDegrees="0"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
android:toDegrees="-360" />
|
|
</set> |