comp_single_row_follow.xml
709 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"
android:paddingBottom="@dimen/rmrb_dp8">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/contentRv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/rmrb_dp6"
android:background="#FFFFFF"
android:overScrollMode="never"
android:paddingLeft="@dimen/rmrb_dp8" />
</androidx.appcompat.widget.LinearLayoutCompat>