Files
VscoolOS/app/src/main/res/drawable/voice_background.xml
fanhuitong 7388d2bbf4 version:2.6
fix:
update:优化爱心提醒
2022-08-30 10:03:48 +08:00

17 lines
517 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 内部颜色 -->
<solid android:color="@color/voice_color" />
<!-- 圆角的幅度 -->
<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>