Reputation: 21
I can set a row color on a tablelayout. What I need is to set a column to a specific color. My table cells are filled with textviews, I've tried setting the background on the textviews, but my textviews have padding and the padding seems to be transparent and not pickup the textview background color.
So, if its possible to set a column color that would be the best solution, an alternative would be to get the text view padding to be the same color as the textview itself.
The solution will need to be workable on the 2.1 OS version.
Thanks, Kevin
Upvotes: 0
Views: 1349
Reputation: 21
Coloring the Views in the column you want colored achieves the effect.
Upvotes: 1