<?xml version="1.0" encoding="utf-8"?> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/background_secondary"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <androidx.recyclerview.widget.RecyclerView android:nestedScrollingEnabled="false" android:id="@+id/recyclerView" android:layout_width="match_parent" android:overScrollMode="never" android:layout_height="wrap_content" /> </LinearLayout> </androidx.core.widget.NestedScrollView>