comp_label_more.xml 445 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
        layout="@layout/comp_single_top_more"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

</FrameLayout>