Newer
Older
CasicSmartWell / app / src / main / res / anim / popup_hide.xml
Pengxh on 24 Mar 2022 223 bytes 添加首页窨井管理
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
    <alpha
        android:duration="200"
        android:fromAlpha="1.0"
        android:toAlpha="0.0" />
</set>