Files
XiaoxintongSystemOS/app/src/main/res/drawable/delete_wifi_cancel_background.xml
Fanhuitong 3e440de562 version:3.5
fix:
update:优化退出,增加闹钟
2023-05-29 10:21:55 +08:00

12 lines
418 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- 内部颜色 -->
<solid android:color="@color/lightGray" />
<!-- 圆角的幅度 -->
<corners
android:bottomLeftRadius="24dp"
android:bottomRightRadius="24dp"
android:topLeftRadius="24dp"
android:topRightRadius="24dp" />
</shape>