Scroll behavior in nested RecyclerView with horizontal scroll

后端 未结 3 635
深忆病人
深忆病人 2020-12-13 18:36

I have to create vertical RecyclerView with nested horizontal RecyclerView in every item. Everything is within CoordinatorLayout. When

3条回答
  •  有刺的猬
    2020-12-13 19:11

    Try with RecyclerView inside android.support.v4.widget.NestedScrollView.

    
    
    
    
    
    

    Also try with different layout_scrollFlags in Toolbar and

    RecylerView.setNestedScrollingEnabled(false); // set it true or false as per requirement
    

提交回复
热议问题