12 lines
333 B
XML
12 lines
333 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<scale
|
||
|
android:duration="200"
|
||
|
android:pivotX="50%"
|
||
|
android:pivotY="50%"
|
||
|
android:fromXScale="1"
|
||
|
android:toXScale="0"
|
||
|
android:fromYScale="1"
|
||
|
android:toYScale="0"/>
|
||
|
</set>
|