<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android"> topLeftRadius ：左伤圆角的半径，
    topRightRadius：右上圆角的半径，
    bottomLeftRadius：左下圆角的半径，
    bottomRightRadius：右下圆角的半径 <corners android:topLeftRadius="50.0dip" android:topRightRadius="50.0dip" android:bottomLeftRadius="50.0dip" android:bottomRightRadius="50.0dip" />
    <solid android:color="#ffff0000" />
    <stroke android:width="1.0dip" android:color="@color/background_lightgrey" />
</shape>