Files
UIUIPad-Launcher3-Q/res/drawable/notice_voice_background.xml
Fanhuitong e081884984 version:1.1.6
fix:
update:修改图标大小,增加闹钟
2023-11-04 09:58:25 +08:00

17 lines
518 B
XML

<?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:bottomLeftRadius="30dp"
android:bottomRightRadius="30dp"
android:topLeftRadius="30dp"
android:topRightRadius="30dp" />
<padding
android:bottom="4dp"
android:left="8dp"
android:right="8dp"
android:top="4dp" />
</shape>