version:3.5
fix: update:优化退出,增加闹钟
This commit is contained in:
16
app/src/main/res/drawable/tv_times_bg.xml
Normal file
16
app/src/main/res/drawable/tv_times_bg.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<solid android:color="@color/default_gray" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dp_32"
|
||||
android:bottomRightRadius="@dimen/dp_32"
|
||||
android:topLeftRadius="@dimen/dp_32"
|
||||
android:topRightRadius="@dimen/dp_32" />
|
||||
|
||||
<padding
|
||||
android:left="@dimen/dp_12"
|
||||
android:right="@dimen/dp_12" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user