[android-developers] Re: Change Theme by preferences

2009-02-27 Thread Ivan Soto
bump?Any ideas? On Thu, Feb 26, 2009 at 8:42 PM, Ivan Soto wrote: > Hi, > I'm trying to give an option to users to be able to change the theme to the > light one. I can't find any command or anything for this. I know I can set > this in the Manifest file but this is not what I'm looking for. > >

[android-developers] Re: Change Theme by preferences

2009-02-28 Thread android_soft
store the preference (theme is an int) and then when you start your activity, use "setTheme(int)". will this not work ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou