Android listview not scrolling

前端 未结 7 1387
离开以前
离开以前 2020-12-21 15:21

i have a layout whose starting tag(parent tag is ) is



        
相关标签:
7条回答
  • 2020-12-21 16:25

    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.

    0 讨论(0)
提交回复
热议问题