How to use RecyclerView inside NestedScrollView? RecyclerView content is not visible after setting adapter.
RecyclerView
NestedScrollView
UPDATE
Replace your recyclerView with,
here,
app:layout_behavior="@string/appbar_scrolling_view_behavior"
will manage the rest of things.
One more thing, no need to put your recyclerView inside NestedScrollView