tags:

views:

34

answers:

1

Hi all,

how to set tablelayout row background color programatically.

Please let me know...

Thanks in advance

A: 

i found the answer at this link http://www.anddev.org/post87054.html#p87054

We need to use

tr.setBackgroundResource(R.color.red);
Praveenb