How can i set android:layout_column
programmatically?
for e.g. you have TextView then do this way
TextView tv = new TextView(this);
tv.setLayoutParams(new TableRow.LayoutParams(1));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With