【发布时间】:2014-05-21 20:02:40
【问题描述】:
对于以下代码:
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="2" >
android:stretchColumns="2" 是表示 3 列是可拉伸的,还是表示第 3 列是可拉伸的?
【问题讨论】:
标签: android tablelayout