How to use RecyclerView inside NestedScrollView? RecyclerView content is not visible after setting adapter.
RecyclerView
NestedScrollView
UPDATE
I had to implement CoordinatorLayout with toolbar scrolling and it just took me all the day messing around this. I've got it working by removing NestedScrollView at all. So I'm just using RelativeLayout at the root.