toast_bg_sucess.xml
459 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="20dp" />
<padding
android:left="20dp"
android:top="10dp"
android:right="20dp"
android:bottom="10dp" />
<!-- <stroke android:width="1dip" android:color="#fff"/>-->
<gradient android:angle="-90" android:startColor="#5cb85c" android:endColor="#5cb85c" android:type="linear"/>
</shape>