Initial commit
This commit is contained in:
10
resources/res/anim/rotate_anim.xml
Normal file
10
resources/res/anim/rotate_anim.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<rotate
|
||||
android:duration="800"
|
||||
android:fromDegrees="0"
|
||||
android:toDegrees="359"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%"
|
||||
android:repeatCount="infinite"/>
|
||||
</rotate>
|
||||
Reference in New Issue
Block a user