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

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

你可能感兴趣的:(ScrollView嵌套LinearLayout布局不能撑满全屏)