您的位置:首页 > 移动开发 > Android开发

layout_column表示控件放置在哪列上,标号是从0开始的

2014-03-29 17:25 134 查看
http://www.devdiv.com/forum.php?mod=viewthread&tid=46022
http://developer.android.com/reference/android/widget/TableRow.LayoutParams.html
The index of the column in which this child should be.

public int column

Added in API level 1

The column index of the cell represented by the widget.

public int span

Added in API level 1

The number of columns the widgets spans over.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Android