Layout Weights do not work inside a ScrollView

后端 未结 5 924
被撕碎了的回忆
被撕碎了的回忆 2020-11-29 21:22

I want to assign layout weights to several items within a LinearLayout inside of a ScrollView. However, the ScrollView ignores the

5条回答
  •  眼角桃花
    2020-11-29 21:43

    I have faced this problem before. Just use android:fillViewport="true" in your ScrollView and it will fill up the screen.

    
    

提交回复
热议问题