Skip to content

Instantly share code, notes, and snippets.

@AungWinnHtut
Created August 3, 2016 15:08
Show Gist options
  • Save AungWinnHtut/464dadc5d7526b8cf3a52eec088a40c3 to your computer and use it in GitHub Desktop.
Save AungWinnHtut/464dadc5d7526b8cf3a52eec088a40c3 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"
android:shareInterpolator="false">
<rotate
android:fromDegrees="0"
android:toDegrees="360"
android:pivotX="50%"
android:pivotY="50%"
android:duration="2000" />
<alpha
android:fromAlpha="0.0"
android:toAlpha="1.0"
android:duration="2000">
</alpha>
<scale
android:pivotX="50%"
android:pivotY="50%"
android:fromXScale=".1"
android:fromYScale=".1"
android:toXScale="1.0"
android:toYScale="1.0"
android:duration="2000" />
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment