How to make android listview scrollable?

后端 未结 9 1414
悲&欢浪女
悲&欢浪女 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:57

    Listview so have inbuild scrolling capabilities. So you can not use listview inside scrollview. Encapsulate it in any other layout like LinearLayout or RelativeLayout.

提交回复
热议问题