bg_line_1.xml 554 Bytes
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
    <item >
        <shape>
            <solid
                android:color="@color/color_d8d8d8"/>
        </shape>
    </item>
    <item android:top="1dp" android:bottom="1dp" >
        <shape android:shape="rectangle" >
            <solid
                android:color="@color/color_black_1b"/>
        </shape>
    </item>
    <!--<stroke
        android:color="#ffffff"
        android:width="1dp" />-->
</layer-list>