转自: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 theme
  2. Android(安卓)背景图片平铺
  3. Android开发之style属性和预定义样式
  4. Android(安卓)4.0.3 源代码结构分析(一)
  5. android系统自带的主题与样式(theme and style)
  6. Android:theme
  7. android:theme大全
  8. Android(安卓)系统自带样式Androidtheme
  9. android button 透明背景色

随机推荐

  1. Airtest Project Android(安卓)UI自动化
  2. Android复写BaseAdapter并显示ListView视
  3. Android(安卓)使用Socket进行网络通信
  4. 【Android(安卓)- 框架】之Retrofit+RxJa
  5. Android(安卓)Context完全解析
  6. Android主题换肤实现
  7. 程序猿媛一:Android滑动翻页+区域点击事件
  8. Android获得Root权限
  9. Android(Java):SharedPreferences
  10. android studio慢慢熟悉-好用的 设置 查