美文网首页
ScrollView嵌套LinearLayout布局不能撑满全屏

ScrollView嵌套LinearLayout布局不能撑满全屏

作者: 陽光亽活力 | 来源:发表于2019-04-23 11:10 被阅读0次

当ScrollView里的元素想填满ScrollView时,使用"fill_parent"或者"match_parent"是不管用的,内层的LinearLayout设置为"match_parent"也是不能充满的。必需为ScrollView添加:android:fillViewport="true"属性才可以。

相关文章

网友评论

      本文标题:ScrollView嵌套LinearLayout布局不能撑满全屏

      本文链接:https://www.haomeiwen.com/subject/beomgqtx.html