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


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

    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/rvPeople"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="@dimen/rmrb_dp10"
        android:overScrollMode="never" />

    <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_dp16"
        android:overScrollMode="never" />

    <com.wd.capability.layout.ui.widget.TagStokeWidthTextView
        android:id="@+id/tvCompMore"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:layout_marginHorizontal="@dimen/rmrb_dp10"
        android:layout_marginBottom="@dimen/rmrb_dp14"
        android:background="@drawable/shape_corner_f5f5f5_4"
        android:gravity="center"
        android:paddingVertical="@dimen/rmrb_dp10"
        android:text="@string/component_more"
        android:textColor="@color/res_color_common_C1"
        android:textSize="@dimen/rmrb_dp14"
        app:stokeWidth="0.8" />


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

</androidx.appcompat.widget.LinearLayoutCompat>