How to make the linearlayout in scrollview to fill the whole area

后端 未结 1 523
一生所求
一生所求 2020-12-29 04:16


        
1条回答
  •  旧巷少年郎
    2020-12-29 04:57

    You need set fillViewport:

    
        android:layout_height="match_parent" >
    
        ...
    
     
    

    information

    0 讨论(0)
提交回复
热议问题