안드로이드 개발 질문/답변
(글 수 45,052)
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<FrameLayout
android:id="@+id/title_bg"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
>
.............
이런 식으로 개발 중인데요~
fill_parent 가 안되는거 같습니다.
실제 실행 시 화면에 꽉차지 않구 짤려서 나오구요...
onMeasure 시에도 짤린 사이즈만을 반환하네요...ㅠㅠ
화면에 꽉차게 나와야 하는데...
도와주세요...ㅠㅠ