The Style property value in Android
Theme styles defined by the Android platform:
Android:theme= "@android: Style/theme.dialog"//displays an activity as a dialog box mode
Android:theme= "@android: Style/theme.notitlebar"//Do not display the application title bar
Android:theme= "@android: Style/theme.notitlebar.fullscreen"//Do not display the application title bar and full screen
Android:theme= "@android: Style/theme.light"//Background is white
Android:theme= "@android: Style/theme.light.notitlebar"//white background with no title bar
Android:theme= "@android: Style/theme.light.notitlebar.fullscreen"//white background, no title bar, fullscreen
Android:theme= "@android: Style/theme.black"//Background Black
Android:theme= "@android: Style/theme.black.notitlebar"//black background with no title bar
Android:theme= "@android: Style/theme.black.notitlebar.fullscreen"//black background, no title bar, fullscreen
Android:theme= "@android: Style/theme.wallpaper"//using the system desktop as the application background
Android:theme= "@android: Style/theme.wallpaper.notitlebar"//using the system desktop as the application background with no title bar
Android:theme= "@android: Style/theme.wallpaper.notitlebar.fullscreen"//with System desktop for application background, no title bar, fullscreen
Android:theme= "@android: style/translucent"//Translucent effect
Android:theme= "@android: Style/theme.translucent.notitlebar"//translucent with no title bar
Android:theme= "@android: Style/theme.translucent.notitlebar.fullscreen"//Translucent effect, no title bar, fullscreen
Style-related properties in Android