version:3.5
fix: update:优化退出,增加闹钟
This commit is contained in:
12
app/src/main/res/drawable/delete_wifi_cancel_background.xml
Normal file
12
app/src/main/res/drawable/delete_wifi_cancel_background.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user