ScrollView里只能放一个布局。当这个布局想填满整个ScrollView时,使用"match_parent"是不管用的,必需为ScrollView设置:android:fillViewport="true"。