Created
August 3, 2016 15:08
-
-
Save AungWinnHtut/464dadc5d7526b8cf3a52eec088a40c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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