【发布时间】:2016-08-31 08:10:14
【问题描述】:
我的Scrollview 在一些layouts 下留下空间我是android 新手,请帮助这里是我的代码:
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scrollviewdb"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="15sp"
android:padding="5dp"
android:id="@+id/ghavaed_text"/>
</LinearLayout>
</ScrollView>
【问题讨论】:
-
添加截图..这样人们可以帮助你..
-
欢迎来到 Stack Overflow!请带上tour,四处看看,通读help center,尤其是How do I ask a good question?
-
在滚动视图中使用 android:fillViewport="true"
-
它对我不起作用我在@PradeepGupta 之前尝试过
标签: android android-layout android-scrollview