Skip to content

Instantly share code, notes, and snippets.

@phamducminh
Last active July 2, 2019 16:04
Show Gist options
  • Save phamducminh/d3632065c53ca6e96ffcd0cdaae5918e to your computer and use it in GitHub Desktop.
Save phamducminh/d3632065c53ca6e96ffcd0cdaae5918e 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
android:duration="5000"
android:fromDegrees="0"
android:pivotX="50%"
android:pivotY="50%"
android:toDegrees="360"></rotate>
<rotate
android:duration="5000"
android:fromDegrees="360"
android:pivotX="50%"
android:pivotY="50%"
android:startOffset="5000"
android:toDegrees="0"></rotate>
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment