[android-developers] Re: How to change Application theme

2011-04-17 Thread prakrati
Thanks NJ On Apr 16, 6:21 am, Nicholas Johnson wrote: > Set your theme at run time in the onCreate() method using setTheme(int). Check > it out > here > . > > I do this with my app, and it works very well. My onCreate() m

[android-developers] Re: How to change Application theme

2011-04-15 Thread Nicholas Johnson
Set your theme at run time in the onCreate() method using setTheme(int). Check it out here . I do this with my app, and it works very well. My onCreate() method looks something like this: public onCre