Textview supports setTextAppearance if I remember correctly. On Feb 2, 2009 2:22 AM, "skink" <[email protected]> wrote:
Dianne Hackborn napisaĆ(a): > Sorry there is no way to change the style/theme that a view is using after > is is created. thank you Dianne, but what about dynamic setStyle in the future releases? imagine i have a label (TextViev) that normally in plain/white/15dip but when something is wrong it's bold/orange/18dip. instead of using three setters i could use label.setStyle(R.style.Label_Normal) or label.setStyle(R.style.Label_Warning) pskink --~--~---------~--~----~------------~-------~--~----~ You received this message because... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

