私はフルスクリーンで私の相対的なレイアウトを埋めることができません。例えばbottomのような別のレイアウトを作るとき、彼は最後のレイアウトの後に現れます。 これはAndroidスクロールビュー内の相対レイアウトをフルスクリーンに塗る方法
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".android_app_activity.EspacePersonnelActivity"
android:layout_width="fill_parent"
android:background="@drawable/ep_background"
android:id="@+id/espacePersonnelLayout"
android:layout_height="fill_parent">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
>...