Skip to content

Instantly share code, notes, and snippets.

@greengoblinmask
Created May 29, 2014 13:19
Show Gist options
  • Save greengoblinmask/187e365a624c2749938e to your computer and use it in GitHub Desktop.
Save greengoblinmask/187e365a624c2749938e to your computer and use it in GitHub Desktop.
<?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