common_dialog_default_out.xml 561 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:tools="http://schemas.android.com/tools"
    xmlns:android="http://schemas.android.com/apk/res/android"
    tools:ignore="ResourceName">
    <alpha
        android:duration="300"
        android:fromAlpha="1.0"
        android:toAlpha="0.0"
        />
    <!--
     <scale
         android:pivotX="50%"
         android:pivotY="50%"
         android:fromXScale="1.0"
         android:toXScale="0.0"
         android:fromYScale="1.0"
         android:toYScale="0.0"
         android:duration="500"/>
 -->

</set>