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
android:descendantFocusability="blocksDescendants"
inside LinearLayout Worked for me .