Android - how to make a scrollable constraintlayout?

前端 未结 17 1654
故里飘歌
故里飘歌 2020-11-30 19:46

I want to make a layout that lets me scroll down using constraint layout, but I don\'t know how to go about it. Should the ScrollView be the parent of the

17条回答
  •  萌比男神i
    2020-11-30 20:20

    Use NestedScrollView with viewport true is working good for me

    
    
            
    
            
    
    
    

    for android x use this

     
        
    .....other views....
    
    
        
    

提交回复
热议问题