Using the Android SDK, there doesn't seem to be any way to set the style on a table row. I want to do the equivalent of:
<TableRow
style='@style/TableRow_classic' >
in code. I would like something like:
TableRow row = new TableRow(this);
row.setStyle(R.style.TableRow_classic);
Does anyone know how to find this?
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