【发布时间】:2012-06-26 20:58:21
【问题描述】:
如何在 TableLayout 的屏幕中心放置 5 对 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"/>
【问题讨论】:
标签: android android-tablelayout