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
Add this wherever you have declared RecyclerView in your Activity or Fragment
RecyclerView
Activity
Fragment
RecyclerView mRecyclerview = (RecyclerView) findViewById(...); mRecyclerview.setNestedScrollingEnabled(false);
setNestedScrollview(false) does the work for you.
setNestedScrollview(false)