Scroll behaviour of AndroidX RecyclerView view with NestedScrollView
问题 I'm migrating my application from appcompat to AndroidX. Everything works except that I am not able to set one scroll for both androidx.core.widget.NestedScrollView and androidx.recyclerview.widget.RecyclerView . I have tried adding setHasFixedSize(true) setNestedScrollingEnabled(false) but it's not working. My XML now looks this way: <?xml version="1.0" encoding="utf-8"?> <androidx.core.widget.NestedScrollView android:clipToPadding="false" android:id="@+id/scroll" android:layout_height="wrap