01 android:theme="@android:style/Theme.Dialog"将一个Activity显示为能话框模式
02 android:theme="@android:style/Theme.NoTitleBar"无标题栏
03 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"无标题栏,并全屏
04 android:theme="@android:style/Theme.Light"白色背景
05 android:theme="@android:style/Theme.Light.NoTitleBar"白色背景,无标题栏
06 android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen"白色背景,无标题栏,全屏
07 android:theme="@android:style/Theme.Black"黑色背景
08 android:theme="@android:style/Theme.Black.NoTitleBar"黑色背景,无标题栏
09 android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"黑色背景,无标题栏,全屏
10 android:theme="@android:style/Theme.Wallpaper"用系统桌面为应用程序背景
11 android:theme="@android:style/Theme.Wallpaper.NoTitleBar"用系统桌面为应用程序背景,无标题栏
12 android:theme="@android:style/Theme.Wallpaper.NoTitleBar.Fullscreen"用系统桌面为应用程序背景,无标题栏,全屏
13 android:theme="@android:style/Translucent"半透明
14 android:theme="@android:style/Theme.Translucent.NoTitleBar"半透明,无标题栏
15 android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"半透明,无标题栏,全屏
16 android:theme="@android:style/Theme.Panel"
17 android:theme="@android:style/Theme.Light.Panel"

更多相关文章

  1. android基础(对话框风格Activity实现)
  2. android基础(对话框风格Activity实现)
  3. android:process=":remote"
  4. android Style应用
  5. android 背景边框变圆角
  6. Android系统自带样式(@android:style/)
  7. Android中TextView中加图片,超链接,部分字或者背景变色。。。
  8. Android(安卓)背景渐变 渐变背景 shape
  9. android系统自带的主题与样式(theme and style)

随机推荐

  1. Java实现定时任务的三种方法
  2. [Java] SpringMVC工作原理之一:Dispatcher
  3. 我的毕业季,没有一点点仪式感!
  4. 连夜再整理几个开源项目:练手/毕设/私活都
  5. 序列化系列(1)java序列化机制
  6. 废柴电脑拯救计划:搭个云服务器它不香嘛?
  7. 数据结构与算法(1)基本概念
  8. java关键字系列(1)transient
  9. 数据结构与算法(2)数组
  10. 数据结构与算法(4)栈