Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <set xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:fillAfter="true" >
  4.     <rotate android:fromDegrees="45"
  5.        android:toDegrees="0"
  6.        android:pivotX="50%"
  7.        android:pivotY="50%"
  8.        android:duration="300"
  9.        android:interpolator="@android:anim/linear_interpolator"/>
  10. </set>