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="Theme.Translucent : 透明背景

android:theme="Theme.Translucent.NoTitleBar" : 透明背景并无标题

android:theme="Theme.Translucent.NoTitleBar.Fullscreen" : 透明背景并无标题,全屏

android:theme="Theme.Panel ": 面板风格显示

android:theme="Theme.Light.Panel" : 平板风格显示

(转自:http://blog.sina.com.cn/s/blog_bfe1efad0101ado8.html)

更多相关文章

  1. Android系统自带样式(android:theme)
  2. Android:EditText 多行显示及所有属性
  3. android系统自带样式Android:theme
  4. Android(安卓)系统自带样式Android:theme
  5. Android(安卓)Selector全解
  6. Android系统自带样式(android:theme)
  7. Android系统自带样式(android:theme)
  8. Android系统自带样式
  9. Android系统自带样式Android:theme

随机推荐

  1. Android ApiDemos示例解析(140):Views->L
  2. Android 小的知识片
  3. 取消自动获取焦点(默认进来焦点到edittex
  4. android设置textview限制字数以省略号显
  5. android ListView嵌套checkbox并取代chec
  6. CheckBox组件的熟悉
  7. Android架构分析之Android开发环境搭建
  8. android 默认应用安装在sd卡中 (>2.2)
  9. android 5.0 默认水波纹背景属性,可设置
  10. android中gallery的使用