我有一個襯墊佈局內滾動視圖,這是我的佈局文件非拉伸滾動型
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<!-- Other widgets go here -->
<ScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<!-- Scroll view content -->
</ScrollView>
</LinearLayout>
我想ScrolView的高度依賴於它的內容 - 把它包起來,但是如果這樣的高度使得整個佈局高度更多的屏幕尺寸應該固定以適應屏幕的高度。 如何可以存檔它?
什麼你究竟想在這裏實現?如果內容大於屏幕,您不希望ScrollView滾動? – 2011-03-03 10:17:49
你可以把你的XML文件在這裏,,,解決方案 – User 2011-03-03 10:20:17