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