Android listview not scrolling

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

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



        
7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-21 16:17

    You dont able to do ScrollViw and ListView in one layout. If you have put ScrollView then ListView will not work and if you dont put ScrollView then ListView will work to scroll.

    UPDATE

    Even if the listview inside scrollview or scrollview inside listview, both will work. You need to handled its touch accordingly.

提交回复
热议问题