comp_single_row_01.xml 1.67 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"
    android:orientation="vertical">

    <include
        layout="@layout/comp_single_top_more"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginHorizontal="@dimen/rmrb_dp6" />

    <LinearLayout
        android:id="@+id/llContent"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@color/res_color_common_C8"
        android:orientation="vertical">

        <com.wd.capability.layout.ui.widget.sticky.DZStickyNavLayouts
            android:id="@+id/head_home_layout"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginBottom="@dimen/rmrb_dp14">

            <androidx.recyclerview.widget.RecyclerView
                android:id="@+id/contentRv"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:overScrollMode="never"
                android:scrollbars="none"  />

        </com.wd.capability.layout.ui.widget.sticky.DZStickyNavLayouts>


        <include
            layout="@layout/item_base_line_gray"
            android:layout_width="match_parent"
            android:layout_height="@dimen/rmrb_dp0_5"
            android:layout_marginLeft="@dimen/rmrb_dp16"
            android:layout_marginRight="@dimen/rmrb_dp16" />
    </LinearLayout>
</androidx.appcompat.widget.LinearLayoutCompat>