Advertisement
eveeeeef21

scale_down

Mar 14th, 2024
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | Source Code | 0 0
  1. <set xmlns:android="http://schemas.android.com/apk/res/android">
  2.     <scale
  3.        android:fromXScale="1"
  4.        android:fromYScale="1"
  5.        android:toXScale="0.5"
  6.        android:toYScale="0.5"
  7.        android:duration="500"
  8.        android:pivotX="50%"
  9.        android:pivotY="50%" />
  10.  
  11.     <alpha
  12.        android:fromAlpha="1"
  13.        android:toAlpha="0"
  14.        android:duration="500" />
  15. </set>
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement