Newer
Older
QingDaoSmartWell / app / src / main / res / anim / action_sheet_show.xml
Pengxh on 18 Apr 2022 193 bytes 1、调整消警接口
<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="250"
    android:fromYDelta="100%"
    android:toYDelta="0" />