I\'m changing the theme of an activity in onCreate using setTheme (I\'m doing that even before calling super.onCreate(), as this is supposed to be more reliable).
It doe
The only difference between "style" and "theme" is the scope at which a style is applied at. A style applied to an Activity is called a Theme.
Here's a good writeup on the topic : http://brainflush.wordpress.com/2009/03/15/understanding-android-themes-and-styles/