Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <set xmlns:android="http://schemas.android.com/apk/res/android">
- <scale
- android:fromXScale="1"
- android:fromYScale="1"
- android:toXScale="0.5"
- android:toYScale="0.5"
- android:duration="500"
- android:pivotX="50%"
- android:pivotY="50%" />
- <alpha
- android:fromAlpha="1"
- android:toAlpha="0"
- android:duration="500" />
- </set>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement