Why is my listview not scrolling?

后端 未结 4 1558
清酒与你
清酒与你 2021-02-09 12:49


        
4条回答
  •  面向向阳花
    2021-02-09 13:12

    You should add the property android:scrollbars with the value vertical on your ListView to add the scrollbar in your listView:

    
        
        
    
        
    
    
    

提交回复
热议问题