我只是得到了这个。形状如下,我在我的relativelayout中使用它。但是我需要在底部褪色,如图中所示。
https://s29.postimg.org/ww2zu1j13/Screen_Shot_2017_02_10_at_3_25_20_PM.png
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#EF357B" />
<corners android:radius="10dp" />
</shape>
<RelativeLayout
android:background="@drawable/shape"
android:layout_width="match_parent"
android:layout_height="match_parent">