comp_line.xml 551 Bytes
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/top_more"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginHorizontal="@dimen/rmrb_dp6">

    <include
        android:id="@+id/viewLine"
        layout="@layout/item_base_line_gray"
        android:layout_width="match_parent"
        android:layout_marginHorizontal="@dimen/rmrb_dp10"
        android:layout_height="@dimen/rmrb_dp0_5"
        />

</FrameLayout>