我試圖到處搜索到我在這裏遇到的問題,問題是scrollViewI與scrollView有兩個問題:第一個問題; scrollView不給所有的內容,我試圖添加以下行:android:fillViewport =「true」但它沒有幫助第二個問題;全部內容顯示在結尾處留下空間並結束於scrollView的結尾內容scrollView不顯示所有內容頂部,並繪製了太多的底部收入
enter code here
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fillViewport="true"
android:orientation="vertical"
android:layout_weight="90"
android:padding="15dp"
android:id="@+id/scroll_view"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:orientation="vertical"
>
....
感謝那些誰可以幫我...
非常感謝你的答案真的幫了我 我的錯誤是,我把這個行: 機器人:layout_gravity =「center_vertical」 在linearout和所有支持我的問題(它實際上只是介紹中心及以後) 謝謝你搜索的問題,並意識到它:) – hadar
我重新發表我的評論作爲答案。現在你可以接受它。 :) –