comp_single_row_golden.xml
950 Bytes
<?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">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/contentRv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/rmrb_dp14"
android:layout_marginHorizontal="@dimen/rmrb_dp6"
android:background="@color/res_color_common_C8"
android:overScrollMode="never" />
<include
layout="@layout/item_base_line_gray"
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp0_5"
android:layout_marginTop="@dimen/rmrb_dp2"
android:layout_marginHorizontal="@dimen/rmrb_dp16" />
</androidx.appcompat.widget.LinearLayoutCompat>