shape_login_yzm.xml
666 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
android:useLevel="false">
<gradient
android:angle="45"
android:centerColor="#0dd26c"
android:endColor="#11d141"
android:startColor="#09d396" />
<padding android:top="5dp" android:right="13dp" android:left="13dp" android:bottom="5dp"/>
<corners
android:bottomLeftRadius="15dp"
android:bottomRightRadius="15dp"
android:topLeftRadius="15dp"
android:topRightRadius="15dp" />
<size
android:width="73dp"
android:height="28dp" />
</shape>