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 用代码画虚线边框背景
  2. Android平台定义的主题样式
  3. Android(安卓)Wear - Design Principles for Android(安卓)Wear(
  4. Android热点回顾第六期
  5. Android附带Theme总结
  6. 常见Theme
  7. Android系统自带样式(@android:style/)
  8. Android系统自带样式(@android:style/)
  9. android中系统自带主题集锦

随机推荐

  1. Android(安卓)- webview通过js调用Androi
  2. Android_android studio使用 9patch常见
  3. [转]Android事件处理
  4. TextView设置android:ellipsize="marquee
  5. android 底部菜单
  6. android之【TableLayout布局】
  7. cocos2dx android mac
  8. Android 文件下载 downloadManager
  9. android 作业1相对布局(拼图)
  10. android之实现SeekBar拖动组件