5

I'd like to dynamically apply styles to my views at runtime. Is there any method like View.setStyle(int style)?

Thanks

Alexander Oleynikov
  • 19,190
  • 11
  • 37
  • 51

1 Answers1

4

There is no way at this time to set a Style dynamically. You might want to set all parameters for a style in one method and apply it to your View, but apart from that, there is no equivalent of a setStyle method. Check here for full discussion.

Sephy
  • 50,022
  • 30
  • 123
  • 131