ㅅㄷㅇㄱ1.png

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView 

<TextView 
<LinearLayout android:layout_weight="1" 
<ScrollView android: android:layout_weight="1" 
<TextView android:layout_weight="1"
</ScrollView>
<RadioGroup android:layout_weight="1"
<RadioButton android:id="@+id/check1"  android:layout_weight="1" 

<RadioButton android:id="@+id/check2"  android:layout_weight="1"

<RadioButton android:id="@+id/check3" android:layout_weight="1" 

<RadioButton android:id="@+id/check4"  android:layout_weight="1"
</RadioGroup>
<LinearLayout android:layout_weight="0"
<Button  android:layout_weight="1" 
<Button  android:layout_weight="1"


위와 같이 셋팅하면 버튼부분 밑이 공간이 남아버립니다.
1번과 2번을 늘리고 버튼을 아래로 붙여버리고 싶은데... weight 주는 법을 모르겠네요... 제대로 줬다 생각했는데...
변수가 위의 textview는 어떻게 할지 몰라서 weight 값을 안줬는데 

어떻게 하면 좋을까요?