android:theme=”@android:style/Theme.Dialog” 将一个Activity显示为能话框模式
android:theme=”@android:style/Theme.NoTitleBar” 不显示应用程序标题栏
android:theme=”@android:style/Theme.NoTitleBar.Fullscreen” 不显示应用程序标题栏,并全屏 (游戏使用较多)
android:theme=”Theme.Light” 背景为白色 (这种是eclipse默认使用的主题)
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=”Translucent” 半透明
android:theme=”Theme.Translucent.NoTitleBar” 半透明,无标题
android:theme=”Theme.Translucent.NoTitleBar.Fullscreen” 半透明,无标题,全屏

更多相关文章

  1. Android(安卓)安全性和权限
  2. Android线性布局
  3. Android系统自带样式(@android:style/)
  4. android背景图片平铺
  5. AndroidManifest.xml文件详解(service)
  6. 【android】仿照长按home键 恢复后台运行程序
  7. android中系统自带主题集锦
  8. android中的style部分属性值介绍【一】
  9. Android应用开发——系统自带样式Android:theme

随机推荐

  1. Android程序设计-刘刚-专题视频课程
  2. Android(安卓)BLE disconnect()和close()
  3. Android(安卓)TextView的图片和文字居中
  4. OnItemClickListener不响应
  5. DSBridge 更新公告:已支持 cocoapods 和 g
  6. Android中的Handler的post方法详解
  7. OpenGL ES for Android(安卓)环境搭建
  8. 自定义Activity栈来管理android的Activit
  9. android简单的手势判断
  10. unity调用aar包 适配AndroidX冲突