11 lines
341 B
XML
11 lines
341 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android" android:fillAfter="true">
|
|
<alpha
|
|
android:duration="100"
|
|
android:fillBefore="false"
|
|
android:fillAfter="true"
|
|
android:fromAlpha="1"
|
|
android:toAlpha="0"
|
|
android:fillEnabled="true"/>
|
|
</set>
|