•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.Wallpape r.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"[size=medium][/size]

更多相关文章

  1. android自带样式 theme
  2. Android系统自带样式(android:theme)(转)
  3. Android系统自带样式(android:theme)详解
  4. Android(安卓)theme
  5. Android系统自带样式(android:theme)
  6. Android系统自带样式(android:theme)
  7. Android自带主题样式
  8. Android系统自带样式(android:theme)
  9. Android系统自带样式 (android:theme)

随机推荐

  1. Android(安卓)UI开发第十七篇——Android
  2. [摘]android:windowSoftInputMode属性使
  3. Android单位转换工具类
  4. android通话流程浅析RIL层
  5. Android(安卓)slidingmenu详解 优化侧滑
  6. Android开发资源整理
  7. Android签名验证漏洞POC及验证
  8. android语音搜索结果显示页实现
  9. android listen app package change, con
  10. Windows 下 Android(安卓)NDK 环境配置