ScrollView 设置内部充满全屏

今天开发中 ScrollView设置match_parent, 但是我的ScrollView中所有组件都设置了android:layout_height="match_parent",但是结果依然不能扩展到全屏高度,

后来查询了下,http://stackoverflow.com/questions/2599837/linearlayout-not-expanding-inside-a-scrollview  有解决办法:

 

设置
android:fillViewport="true"  解决

你可能感兴趣的:(Android)