How to use RecyclerView inside NestedScrollView?

前端 未结 24 2712
抹茶落季
抹茶落季 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:22

    Try to use this library - https://github.com/serso/android-linear-layout-manager.

    LayoutManager of the library makes RecyclerView wraps its contents. In this case RecyclerView will be "as big as inner views", so it will not have a scrollbars and user will use scrolling abilities of NestedScrollView. Therefore, it will not be ambiguous like "scrollable inside scrollable".

提交回复
热议问题