TableLayout を画面中央のボタン 5 on 5 のグリッドに配置するにはどうすればよいですか?
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/Table5"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="30dp"
android:weightSum="5"/>