anim_zoom_out.xml 480 Bytes
<?xml version="1.0" encoding="utf-8"?>
<scale xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="500"
    android:fillAfter="false"
    android:fillBefore="true"
    android:fillEnabled="true"
    android:fromXScale="1"
    android:fromYScale="1"
    android:pivotX="50%"
    android:pivotY="50%"
    android:repeatCount="0"
    android:repeatMode="restart"
    android:startOffset="0"
    android:toXScale="1.5"
    android:toYScale="1.5">

</scale>