How to add two listview in scrollview

前端 未结 4 1400
萌比男神i
萌比男神i 2021-01-03 05:14

I am adding two list view in one scroll view, as my both listview(s) will contains data, but the problem I am facing is that when I add listview(S) in scroll view, it only

4条回答
  •  余生分开走
    2021-01-03 05:25

    Try using a LinearLayout and weight. Your problem is wrap_content won't make the ListViews fill 50% of the screen.

    Something like this:

    
    
        
    
        
    
    
        
    
        
    
    

提交回复
热议问题