Possible Duplicate:
How to change current Theme at runtime in Android
I want to set in the PreferenceScreen a theme for my whole app. Is there any way to do it global for all activities (not explicit in onCreate with setTheme)?
Update: I know the manifest entry theme, but how can I chance it dynamic at runtime?