1<shape xmlns:android="http://schemas.android.com/apk/res/android" android:padding="16dp"
2    android:shape="rectangle">
3    <corners android:radius="6dp" />
4    <gradient android:angle="270" android:endColor="#d0e06E" android:startColor="#a07FCE" />
5    <stroke android:width="1px" android:color="#050875" />
6</shape>
7