?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】android系统自带样式
  5. android框架学习一android启动过程
  6. Android系统自带样式Android:theme
  7. android自带样式 theme
  8. Android系统自带样式(android:theme)(转)
  9. Android系统自带样式(android:theme)详解

随机推荐

  1. Lint found fatal errors while assembli
  2. Android(安卓)Retrofit 2.0自定义JSONObj
  3. Android Volley 详解
  4. Android 动画标签——set
  5. android get请求数据
  6. android之监听手机来电状态
  7. Linux ubuntu14.04 LTS 配置 android stu
  8. android apk 升级代码
  9. 如何在Mac/Linux上设置android环境变量
  10. Android(安卓)进入后台触发的事件,一般用