version:1.1.6
fix: update:修改图标大小,增加闹钟
This commit is contained in:
13
res/drawable/default_botton_bg.xml
Normal file
13
res/drawable/default_botton_bg.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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:radius="@dimen/dp_32" />
|
||||
|
||||
<padding
|
||||
android:bottom="0dp"
|
||||
android:left="@dimen/dp_16"
|
||||
android:right="@dimen/dp_16"
|
||||
android:top="0dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user