version:4.4
fix: update:优化闹钟页面,优化日常应用
This commit is contained in:
13
app/src/main/res/drawable/item_city_background.xml
Normal file
13
app/src/main/res/drawable/item_city_background.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="#F0F0F0" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners android:radius="@dimen/dp_32" />
|
||||
|
||||
<padding
|
||||
android:bottom="@dimen/dp_4"
|
||||
android:left="@dimen/dp_16"
|
||||
android:right="@dimen/dp_16"
|
||||
android:top="@dimen/dp_4" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user