<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <!-- #669900 --> <solid android:color="#669900" /> <!-- 边缘线条颜色 --> <stroke android:width="1dp" android:color="#669900" /> <!-- 圆角的幅度 --> <corners android:topLeftRadius="25dip" android:topRightRadius="25dip" android:bottomLeftRadius="25dip" android:bottomRightRadius="25dip" /> </shape>