17 lines
429 B
XML
17 lines
429 B
XML
<set
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<scale
|
|
android:duration="300"
|
|
android:fromXScale="1.0"
|
|
android:fromYScale="1.0"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
android:toXScale="0.5"
|
|
android:toYScale="0.5"
|
|
/>
|
|
<alpha
|
|
android:duration="200"
|
|
android:fromAlpha="1.0"
|
|
android:toAlpha="0.0"
|
|
/>
|
|
</set> |