<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" />
テキストビューが非常に長い場合、スクロールがすべての画面を占有し、下部にあるはずのボタンやその他のものが表示されません。