Files
Xuewang365OSHonor/app/src/main/res/drawable/rb_background.xml
tongtongstudio 2c4af66ad8 version:1.9.1
fix:
update:个人信息页面完善
2024-09-14 09:40:25 +08:00

14 lines
424 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="@dimen/dp_32"
android:topRightRadius="@dimen/dp_32"
android:bottomLeftRadius="@dimen/dp_32"
android:bottomRightRadius="@dimen/dp_32" />
</shape>