转自:http://ericbaner.iteye.com/blog/1276839

Android自带theme如下:

•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"


更多相关文章

  1. Android应用开发——系统自带样式Android:theme
  2. Android(安卓)标签的主题样式
  3. android theme
  4. Android(安卓)背景图片平铺
  5. android系统自带的主题与样式(theme and style)(
  6. android 中系统自带的主题与样式(theme and style)
  7. android 中系统自带的主题与样式(theme and style)
  8. Android开发之style属性和预定义样式
  9. Android(安卓)4.0.3 源代码结构分析(一)

随机推荐

  1. Android设置权限问题
  2. Android开机广播和关机广播
  3. Android中Handler Runnable与Thread的区
  4. 教你配置安卓开发环境!(附带开发通讯教程)
  5. Android-缓存数据保存-通用方法
  6. Android正确关闭线程
  7. Android(安卓)渐变色沉浸式状态栏
  8. 关于Base64解码和编码报错的问题
  9. Android幻灯片式图片浏览器
  10. Android(安卓)Studio实现Service AIDL