I am getting a weird scrolling behavior when I add a RecyclerView inside a NestedScrollView.
What happens is that whenever the scrollview has more rows than can be s
Just add android:descendantFocusability="blocksDescendants" on the ViewGroup inside the NestedScrollView.
android:descendantFocusability="blocksDescendants"