Files
Xuewang365OSHonor/app/src/main/res/drawable/rb_background.xml
tongtongstudio 5ae6a6ebe9 version:1.0.0
fix:
update:增加autosize
2025-11-24 23:04:14 +08:00

14 lines
392 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 内部颜色 -->
<solid
android:color="#cce5fe" />
<!-- 圆角的幅度 -->
<corners
android:topLeftRadius="32dp"
android:topRightRadius="32dp"
android:bottomLeftRadius="32dp"
android:bottomRightRadius="32dp" />
</shape>