标签: android android-layout
如何以编程方式设置android:layout_column?
android:layout_column
答案 0 :(得分:6)
例如你有TextView然后这样做
TextView tv = new TextView(this); tv.setLayoutParams(new TableRow.LayoutParams(1));