version:1.1.6
fix: update:修改图标大小,增加闹钟
This commit is contained in:
11
res/drawable/ok_background.xml
Normal file
11
res/drawable/ok_background.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<solid android:color="@color/default_blue" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:bottomLeftRadius="100dp"
|
||||
android:bottomRightRadius="100dp"
|
||||
android:topLeftRadius="100dp"
|
||||
android:topRightRadius="100dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user