How to make android listview scrollable?

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

    Practically its not good to do. But if you want to do like this, just make listview's height fixed to wrap_content.

    android:layout_height="wrap_content"
    

提交回复
热议问题