<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:orientation="vertical" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:padding="5dp"
android:gravity="center_horizontal">
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="number" />
</LinearLayout>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:padding="@dimen/activity_horizontal_margin"
android:shrinkColumns="0,1"
android:stretchColumns="0,1,2">
<TableRow>
<Button android:text="Job" />
<Button android:text="편집" />
<Button android:text="설정" />
</TableRow>
<TableRow>
<Button android:text="측정" />
<Button android:text="업로드" />
<Button android:text="메신저" />
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
</TableRow>
</TableLayout>
</LinearLayout>
현재 상태

-----------------------------------------------------------
수정하고 싶은 상태

버튼 크기만 조절하고 싶은데요 어떻게 조절해야될지 잘 모를겠습니다 ...도와주시면 감사하겠습니다