How can I programmatically set android:layout_column ?
android:layout_column
eg. you have a TextView, do it like this.
TextView tv = new TextView(this); tv.setLayoutParams(new TableRow.LayoutParams(1));