I have a UI design with CollapsingToolbarLayout, like following.
You need to disable nested scrolling programatically. It doesn't seem to work correctly if done in xml.
recyclerView.setNestedScrollingEnabled(false);