How to make android listview scrollable?

后端 未结 9 1405
悲&欢浪女
悲&欢浪女 2021-01-03 19:12

I have two listviews, but they don\'t scroll. How do I correct this?

Here is my layout.xml

 

        
9条回答
  •  庸人自扰
    2021-01-03 19:51

    You shouldn't put a ListView inside a ScrollView because the ListView class implements its own scrolling and it just doesn't receive gestures because they all are handled by the parent ScrollView

提交回复
热议问题