Android RecyclerView in ConstraintLayout doesn't scroll

后端 未结 4 1452
情话喂你
情话喂你 2020-12-14 07:05

I have a recyclerView inside a constraint layout and I cannot make it scroll, the list just continues below the screen without scroll possibility. If I turn the layout into

4条回答
  •  执笔经年
    2020-12-14 07:59

    I fixed the same problem by the following XML structure pattarn -

                     
            
                          Others views are here .....
            
                            
            
                        
    

提交回复
热议问题