?android:theme="@android:style/Theme.Dialog" 将一个Activity显示为能话框模式
  ?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="Translucent"
  ?android:theme="Theme.Translucent.NoTitleBar"
  ?android:theme="Theme.Translucent.NoTitleBar.Fullscreen"
  ?android:theme="Theme.Panel"
  ?android:theme="Theme.Light.Panel"


作者:月亮# 出处:http://ycmoon.cnblogs.com/

更多相关文章

  1. android中的style部分属性值介绍【一】
  2. Android应用开发——系统自带样式Android:theme
  3. Android应用开发——系统自带样式Android:theme
  4. Android应用开发——系统自带样式Android:theme
  5. android---自带样式
  6. android中的style部分属性值介绍
  7. [置顶] Android系统的样式style
  8. EditText 的属性
  9. 用HTML5开发Android应用程序

随机推荐

  1. 使用安全的会话-cookie在HTTP和HTTPS页面
  2. 如何从databse中提取数据到2d数组中?
  3. Codeigniter在localhost中的url上没有ind
  4. ubuntu14.04 安装apache+mysql+php
  5. Ubuntu 16.04搭建lamp环境
  6. include一个php文件,经常会失败,请问需要注
  7. php中的错误级别
  8. php关于网页乱码问题
  9. 如何从其他文件调用数组
  10. 今天去面试遇到了一个问题,左连接查询的问