Hi Dianne, I'm trying to do what you said, but the documentation about it is not so clear. Can you show me an example of how will stay the onCreateView method of the fragment?
Thanks! On May 18, 9:34 am, Dianne Hackborn <[email protected]> wrote: > Yes if you are okay with totally rebuilding your view hierarchy, I guess. > Or you could just call Context.setTheme() before rebuilding it. > > On Wed, May 18, 2011 at 7:32 AM, Streets Of Boston > <[email protected]>wrote: > > > > > > > > > > > Thank you Dianne. I didn't know about this class at all. Good to know it > > exists! :-) > > > Could this class be used to make Themes selectable by the user throughout > > one's app?: > > - Inflate a View using a ContextThemeWrapper that is selected/created > > according to user preferences. > > - Call setContentView with this inflated View. > > > -- > > 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 > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. -- 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

