<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
TableRow
android:layout_width
android:layout_height="wrap_content" >
TextView
="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:text="哈哈哈" />
="嘎嘎嘎" />
</TableRow>
TableLayout>