layout_divider.xml 428 Bytes
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/divider_root"
    android:layout_width="match_parent"
    android:layout_height="5dp">

    <View
        android:id="@+id/divider"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/color_cutline_ececec" />

</FrameLayout>