android:fillViewport=true
ScrollView下面的组件如果有android:layout_height="fill_parent",
那么必须将ScrollView的android:fillViewport属性设为true,不然高度撑不满整个ScrollView。
ScrollView下面的组件如果有android:layout_height="fill_parent",
那么必须将ScrollView的android:fillViewport属性设为true,不然高度撑不满整个ScrollView。