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:
As far as I can tell, there is no setStyle method. You could go through and set each individual property, but that defeats the purpose of separating your View from your controller logic. Bad.
Has anyone figured out how to dynamically assign styles?