Files
Xuewang365OSNeutral/app/src/main/res/drawable/alarmclcok_background.xml
tongtongstudio b481df8671 version:1.1
fix:
add:应用使用数据统计
2021-12-25 17:04:52 +08:00

20 lines
521 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 内部颜色 -->
<solid
android:color="@color/yellow" />
<!-- 圆角的幅度 -->
<corners
android:topLeftRadius="8dp"
android:topRightRadius="8dp"
android:bottomLeftRadius="8dp"
android:bottomRightRadius="8dp" />
<padding
android:top="4dp"
android:bottom="4dp"
android:left="4dp"
android:right="4dp"
/>
</shape>