bg_edt_err.xml
456 Bytes
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:right="0dp">
<shape android:shape="rectangle">
<solid android:color="@color/about_red" />
</shape>
</item>
<item android:bottom="1dp">
<shape android:shape="rectangle">
<solid android:color="@color/color_black_1b" />
</shape>
</item>
</layer-list>