How to make android listview scrollable?

后端 未结 9 1347
悲&欢浪女
悲&欢浪女 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 20:12

    I found a tricky solution... which works only in a RelativeLayout. We only need to put a View above a ListView and set clickable 'true' on View and false for the ListView

     
    
    
    

提交回复
热议问题