Pessoal, tem algum jeito mais fácil de fazer isso?
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TableRow >
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Teste 1"
/>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Teste 2"
/>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Teste 3"
/>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Teste 4"
/>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Teste 5"
/>
</TableRow>
<TableRow >
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Teste 1"
/>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Teste 2"
/>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Teste 3"
/>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Teste 4"
/>
<Button
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Teste 5"
/>
</TableRow>
</TableLayout>