andriangungon
5/19/2018 - 6:47 PM

border bottom

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape android:shape="rectangle" >
            <solid android:color="@color/titleColor"/>
        </shape>
    </item>
    <item android:bottom="1dp" android:top="0dp">
        <shape android:shape="rectangle" >
            <solid android:color="#DDDBDC" />
        </shape>
    </item>
</layer-list>