How to use RecyclerView inside NestedScrollView? RecyclerView content is not visible after setting adapter.
RecyclerView
NestedScrollView
UPDATE
For my case the child of NestedScrollview is ConstraintLayout. It is not working as expected i replaced it to LinearLayout. Maybe it helps someone.