<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <!--指定了形状内部的填充颜色--> <solid android:color="@color/color_FFFF2B2B" /> </shape>