How to use RecyclerView inside NestedScrollView?

前端 未结 24 2720
抹茶落季
抹茶落季 2020-11-22 03:39

How to use RecyclerView inside NestedScrollView? RecyclerView content is not visible after setting adapter.

UPDATE

24条回答
  •  执笔经年
    2020-11-22 04:42

    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

提交回复
热议问题