android:theme="@android:style/Theme.NoTitleBar" : 不显示应用程序栏
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" : 不显示应用程序栏,并全屏
android:theme="Theme.Light ": 背景为白色
android:theme="Theme.Light.NoTitleBar" : 白色背景并无栏
android:theme="Theme.Light.NoTitleBar.Fullscreen" : 白色背景,无栏,全屏
android:theme="Theme.Black" : 背景黑色
android:theme="Theme.Black.NoTitleBar" : 黑色背景并无栏
android:theme="Theme.Black.NoTitleBar.Fullscreen" : 黑色背景,无栏,全屏
android:theme="Theme.Wallpaper" : 用系统桌面为应用程序背景
android:theme="Theme.Wallpaper.NoTitleBar" : 用系统桌面为应用程序背景,且无栏
android:theme="Theme.Wallpaper.NoTitleBar.Fullscreen" : 用系统桌面为应用程序背景,无栏,全屏
android:theme="Theme.Translucent : 透明背景
android:theme="Theme.Translucent.NoTitleBar" : 透明背景并无
android:theme="Theme.Translucent.NoTitleBar.Fullscreen" : 透明背景并无,全屏
android:theme="Theme.Panel ": 面板风格显示
android:theme="Theme.Light.Panel" : 平板风格显示 您可能感兴趣的文章:Android 避免APP启动闪黑屏的解决办法(Theme和Style)Android入门之Style与Theme用法实例解析基于android样式与主题(style&theme)的详解Android中应用界面主题Theme使用方法和页面定时跳转应用Android使用Theme自定义Activity进入退出动画的方法Android中使用Theme来解决启动app时出现的空白屏问题Android利用Theme自定义Activity间的切换动画Android设置theme中可能遇到的坑