如何在屏幕中心的 5 上放置 TableLayout 的按钮 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"/>