<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <corners android:radius="50dp" /><!-- 设置圆角半径 --> <solid android:color="@android:color/holo_red_dark"/><!-- 填充的颜色 --> </shape>