Created
May 29, 2014 13:19
-
-
Save greengoblinmask/187e365a624c2749938e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<set xmlns:android="http://schemas.android.com/apk/res/android"> | |
<rotate xmlns:android="http://schemas.android.com/apk/res/android" | |
android:fromDegrees="0" | |
android:toDegrees="360" | |
android:pivotX="50%" | |
android:pivotY="50%" | |
android:duration="5000" > | |
</rotate> | |
<rotate xmlns:android="http://schemas.android.com/apk/res/android" | |
android:startOffset="5000" | |
android:fromDegrees="360" | |
android:toDegrees="0" | |
android:pivotX="50%" | |
android:pivotY="50%" | |
android:duration="5000" > | |
</rotate> | |
</set> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment