version:4.4
fix: update:优化闹钟页面,优化日常应用
This commit is contained in:
14
app/src/main/res/drawable/bg_black_transparent.xml
Normal file
14
app/src/main/res/drawable/bg_black_transparent.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<solid
|
||||
android:color="#54000000" />
|
||||
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:topLeftRadius="@dimen/dp_8"
|
||||
android:topRightRadius="@dimen/dp_8"
|
||||
android:bottomLeftRadius="@dimen/dp_8"
|
||||
android:bottomRightRadius="@dimen/dp_8" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user