Add this wherever you have declared RecyclerView in your Activity or Fragment
RecyclerView mRecyclerview = (RecyclerView) findViewById(...);
mRecyclerview.setNestedScrollingEnabled(false);
setNestedScrollview(false)does the work for you.
Add this wherever you have declared RecyclerView in your Activity or Fragment
RecyclerView mRecyclerview = (RecyclerView) findViewById(...);
mRecyclerview.setNestedScrollingEnabled(false);
setNestedScrollview(false)does the work for you.