[Wish] Changing view theme

yttrium

Active Member
Licensed User
Longtime User
I'd like to be able to set the theme of a view both in the Designer and at runtime, refreshing the view accordingly. For example, I'd like to be able to change a button between Holo Light and Holo Dark themes, as shown here:
Buttons | Android Developers

Views would have a SetTheme() method, as defined here:
ContextThemeWrapper | Android Developers
 
Top