我试图到处搜索我在这里卡住的东西,问题是滚动视图我有两个滚动视图问题:第一个问题;滚动视图没有给出所有内容,我尝试添加以下行:android : fillViewport = "true"但是没有帮助第二个问题;显示的完整内容在末尾留出空间并在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"
>
....
感谢那些可以帮助我的人...