I have to create vertical RecyclerView with nested horizontal RecyclerView in every item. Everything is within CoordinatorLayout. When
RecyclerView
CoordinatorLayout
Try with RecyclerView inside android.support.v4.widget.NestedScrollView.
Also try with different layout_scrollFlags in Toolbar and
Toolbar
RecylerView.setNestedScrollingEnabled(false); // set it true or false as per requirement