RecyclerView внутри NestedScrollView — нежелательная прокрутка для начала
#java #android #android-recyclerview #android-nestedscrollview #java #Android #android-recyclerview #android-nestedscrollview Вопрос: Мой макет включает RecyclerView внутри NestedScrollView, например: <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@ id/scrollView2" android:layout_width="0dp" android:layout_height="0dp" android:layout_marginBottom="@dimen/default_margin" android:layout_marginLeft="@dimen/default_margin"…