comp_single_row_theme.xml 1.08 KB
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_marginHorizontal="@dimen/rmrb_dp6"
    android:orientation="vertical">

    <include
        layout="@layout/comp_single_top_no_more"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        />

    <com.wd.capability.layout.ui.widget.ItemRecyclerView
        android:id="@+id/contentRv"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginHorizontal="@dimen/rmrb_dp10" />

    <include
        layout="@layout/item_base_line_gray"
        android:layout_width="match_parent"
        android:layout_height="@dimen/rmrb_dp0_5"
        android:layout_marginTop="@dimen/rmrb_dp14"
        android:layout_marginHorizontal="@dimen/rmrb_dp10"
         />

</androidx.appcompat.widget.LinearLayoutCompat>