How to use RecyclerView inside NestedScrollView

后端 未结 8 862
梦如初夏
梦如初夏 2021-01-19 05:47

I have this layout:

 

        
8条回答
  •  盖世英雄少女心
    2021-01-19 06:20

    Add fillViewport is true in NestedScrollView in xml file as below:

    
    

    And In your activity setNested scrolling false as below code

    recycler_view.setNestedScrollingEnabled(false);
    

提交回复
热议问题