Skip to content

Instantly share code, notes, and snippets.

@thanhcs94
Created July 31, 2015 06:06
Show Gist options
  • Save thanhcs94/e158451b481dfb7a6772 to your computer and use it in GitHub Desktop.
Save thanhcs94/e158451b481dfb7a6772 to your computer and use it in GitHub Desktop.
rotate view
<?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:duration="1000"
android:fromDegrees="0"
android:pivotX="50%"
android:pivotY="50%"
android:repeatCount="1"
android:toDegrees="360" />
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment