what done?
This commit is contained in:
13
app/build/intermediates/res/merged/debug/anim/rotate.xml
Normal file
13
app/build/intermediates/res/merged/debug/anim/rotate.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:repeatMode="restart">
|
||||
<rotate
|
||||
android:startOffset="2000"
|
||||
android:duration="1500"
|
||||
android:fromDegrees="0"
|
||||
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%"
|
||||
android:repeatCount="infinite"
|
||||
android:toDegrees="360" />
|
||||
</set>
|
Reference in New Issue
Block a user