divider_line.xml
333 Bytes
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="1px">
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/gray_line_color" />
</merge>