divider_foot_line.xml
709 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/catalog"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:id="@+id/bottom_line"
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/gray_line_color"
android:contentDescription="@null" />
<ImageView
android:layout_width="match_parent"
android:layout_height="8dip"
android:background="@color/config_background_color"
android:contentDescription="@null" />
</LinearLayout>