<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <!--设置背景色-->
    <solid android:color="#FFFD5A27" />
    <!--设置圆角-->
    <corners android:radius="22dp" />

</shape>
