전체 화면에서 상대 레이아웃을 채울 수 없습니다. 예를 들어 바닥에 다른 레이아웃을 만들 때 그는 마지막 레이아웃 이후에 나타납니다. 이안드로이드 전체 화면으로 스크롤보기 내 상대 레이아웃을 채우는 방법
<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"
>...