<ScrollView android:layout_width="fill_parent" android:id="@+id/scrollView1"
android:layout_height="fill_parent">
<LinearLayout android:id="@+id/linearLayout1"
android:layout_width="fill_parent" android:orientation="vertical"
android:layout_height="fill_parent">
<ListView android:id="@+id/listView1" android:layout_width="fill_parent"
android:layout_height="fill_parent"></ListView>
</LinearLayout>
</ScrollView>
スクロールビューは画面全体に表示されますが、linearLayout1は画面のごく一部に100dip近くの高さで表示されます。親を埋めるためにlinearLayout1を作成するにはどうすればよいですか?