转自:http://sunney2012.iteye.com/blog/1163543

android:theme="@android:style/Theme.Dialog" 将一个Activity显示为对话框模式
android:theme="@android:style/Theme.NoTitleBar" 不显示应用程序标题栏
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" 不显示应用程序标题栏,并全屏
android:theme="@android:style/Theme.Light" 背景为白色
android:theme="@android:style/Theme.Light.NoTitleBar" 白色背景并无标题栏
android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" 白色背景,无标题栏,全屏
android:theme="@android:style/Theme.Black" 背景黑色
android:theme="@android:style/Theme.Black.NoTitleBar" 黑色背景并无标题栏
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" 黑色背景,无标题栏,全屏
android:theme="@android:style/Theme.Wallpaper" 用系统桌面为应用程序背景
android:theme="@android:style/Theme.Wallpaper.NoTitleBar" 用系统桌面为应用程序背景,且无标题栏
android:theme="@android:style/Theme.Wallpaper.NoTitleBar.Fullscreen" 用系统桌面为应用程序背景,无标题栏,全屏
android:theme="@android:style/Translucent" 半透明效果
android:theme="@android:style/Theme.Translucent.NoTitleBar" 半透明并无标题栏
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" 半透明效果,无标题栏,全屏
android:theme="@android:style/Theme.Panel"
android:theme="@android:style/Theme.Light.Panel"

更多相关文章

  1. android 应用界面主题
  2. Android:theme
  3. 【Android】android系统自带样式
  4. android框架学习一android启动过程
  5. Android系统自带样式Android:theme
  6. android自带样式 theme
  7. Android系统自带样式(android:theme)(转)
  8. Android系统自带样式(android:theme)详解
  9. Android(安卓)系统自带样式Android:theme

随机推荐

  1. Android主流三方库源码分析(三、深入理解G
  2. Android(安卓)将软键盘的回车按钮改变成
  3. 图解 Android(安卓)Handler 线程消息机制
  4. android 获取 内外存储设备路径疑问
  5. 华章培训 Android实战就业
  6. Android(安卓)JNI开发之Friso分词功能
  7. [置顶] android 入门基础(10) ------ inten
  8. Android(安卓)7.1.1系统源码下载、编译、
  9. Android中显示输入的隐藏密码/Android多
  10. Android学习之路笔记