jimu-decompiled/resources/res/anim/anim_alpha_out.xml
2025-05-13 19:24:51 +02:00

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>