toast_bg_err.xml
580 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="#ff0000" android:endColor="#ff0000" android:type="linear"/>
<!-- <gradient android:angle="-90" android:startColor="#d9534f" android:endColor="#d9534f" android:type="linear"/>-->
</shape>