<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:topLeftRadius="16dp" <!--上面左圓角的半徑-->
android:topRightRadius="16dp" <!--上面右圓角的半徑-->
android:bottomLeftRadius="0dp" <!--下面左圓角的半徑-->
android:bottomRightRadius="0dp"/> <!--下面右圓角的半徑-->android
<gradient android:startColor="#ffffff"
android:endColor="#ffffff"
android:angle="270"/>佈局
<stroke android:width="1dp"
android:color="#80000000" />
</shape>spa