This is more like a generic question, but after lot of search and try I am not able to understand why this is so difficult to achieve. This is the closest answer I can find
I just faced this problem, and disabling nested scroll fixed it. Do it like this:
yourRecyclerview.setNestedScrollingEnabled(false);
Or you can change the value in xml file where you defined RecyclerView: