Skip to content

Instantly share code, notes, and snippets.

@LuizGadao
Created December 19, 2015 21:47
Show Gist options
  • Save LuizGadao/79976289646eb79ffb3d to your computer and use it in GitHub Desktop.
Save LuizGadao/79976289646eb79ffb3d to your computer and use it in GitHub Desktop.
android animation rotate
<?xml version="1.0" encoding="utf-8"?>
<rotate
xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="0"
android:toDegrees="360"
android:pivotX="50%"
android:pivotY="50%"
android:duration="2000"
android:repeatMode="reverse"
android:repeatCount="2"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment