zhuguifei
2025-12-31 a5a64b0bdc4e90e265cbff767c09351ea82f113a
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#F5F6FA"/>
    <corners android:radius="8dp"/>
    <stroke android:width="0dp" android:color="@color/gray_line"/>
</shape>