out_activity.xml 306 Bytes
Newer Older
1 2 3 4 5
<?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
YKai committed
6 7 8
        android:duration="300"
        android:fromAlpha="1"
        android:toAlpha="0"
9 10 11
        />
</set>