<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填充父级?
答案 0 :(得分:29)
答案 1 :(得分:0)
您不能在ScrollView中拥有ListView。