<ScrollView
android:id="@+id/scroll"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_marginTop="15dp"
android:layout_marginRight="15dp"
android:layout_marginLeft="15dp"
android:layout_marginBottom="5dp"
android:background="@drawable/background">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/textt"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
style="@style/textstyle" />
</LinearLayout>
</ScrollView>
<Button
android:id="@+id/nextbutton"
style="@style/nextButton"
android:background="@drawable/next_button"
android:text="@string/xxx"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:gravity="center"
android:onClick="ethod" />
当文本视图很长时,滚动会占据整个屏幕,并且没有按钮和其他显示应该在底部的东西。