无数次用到了,为了以后方便使用,贴在这里吧
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topLeftRadius="20dip"
android:topRightRadius="20dip"
android:bottomRightRadius="20dip"
android:bottomLeftRadius="20dip" />
<solid android:color="@color/white"/>
</shape>