an droid自带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中的style部分属性值介绍
  2. android自定义主题样式
  3. android Style属性介绍
  4. Android系统自带样式(@android:style/)
  5. Android附带Theme总结
  6. Android应用开发——系统自带样式Android:theme
  7. Android(安卓)标签的主题样式
  8. android theme
  9. Android(安卓)背景图片平铺

随机推荐

  1. Android之Relative布局的相关属性解析
  2. android在文本中添加超链接
  3. 一些常用到的android前端布局属性
  4. android adb shell 命令大全
  5. Android五种常用数据的存储方式
  6. Android(安卓)常用布局说明
  7. Android(安卓)使用Android(安卓)Studio +
  8. android xml控件属性
  9. Android启动过程
  10. 3.Spinner