<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:stretchColumns="1">
<TableRow>
<TextView
android:text="@string/row1_column1"
android:padding="3dp" />
<TextView
android:text="@string/row1_column2"
android:padding="3dp" />
</TableRow>
<TableRow>
<TextView
android:text="@string/row2_column1"
android:padding="3dp" />
<TextView
android:text="@string/row2_column2"
android:padding="3dp" />
</TableRow>
</TableLayout>
mars android开发之五:activity布局之TableLayout
最新推荐文章于 2021-05-26 09:13:49 发布