android: Theme= "@android: Style/theme.dialog" displays an activity as a modal android:theme= "@android: Style/theme.notitlebar" Do not display the application title bar Android:theme= "@android: Style/theme.notitlebar.fullscreen" does not display the application title bar and the full screen android:theme= "Theme.light" Background is white android:theme= "Theme.Light.NoTitleBar" white background with no title bar android:theme= "Theme.Light.NoTitleBar.Fullscreen" white background, no title bar , Full screen android:theme= "Theme.black" background black android:theme= "Theme.Black.NoTitleBar" black background with no title bar Android:theme= " Theme.Black.NoTitleBar.Fullscreen "Black background, no title bar, full screen android:theme=" Theme.wallpaper "with system desktop for application background android:theme=" Theme.Wallpaper.NoTitleBar "Use System desktop for application background, and no title bar Android:theme=" Theme.Wallpaper.NoTitleBar.Fullscreen "with system desktop for application background , no title bar, full screen android:theme= "translucent" Transparent background android:theme= "Theme.Translucent.NoTitleBar" Transparent background with no caption android:theme= " Theme.Translucent.NoTitleBar.Fullscreen "Transparent background with no title, full screen <pre name=" code "class=" java ">android:theme=" Theme.Light.Panel "Flat style display
Android:theme= "Theme.panel" Panel style display