下面的前三个之外直接复制就会出错。@是说明系统已经定义过的,@android:style/是必须带上的。

?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 Theme启动APP闪屏处理
  2. android Theme启动APP闪屏处理
  3. [Android(安卓)XML] --- android:scaleType
  4. 【Android】Android(安卓)4.0 无法接收开机广播的问题
  5. android:id="@*android:id/seekbar" 注意*号
  6. Android(安卓)设置横屏模式显示
  7. 一样的Android,不一样的学习
  8. Android高级编程PDF
  9. 2019-01-07

随机推荐

  1. Android程序中如何执行shell脚本
  2. 【layout_weight权重】Android(安卓)对La
  3. Android Gradle Plugin指南(一)——简介 -
  4. Android之Android的数据存储--File
  5. android IPC及原理简介
  6. Android 中的WiFi学习笔记
  7. GridLayout 网格布局
  8. Android7.0 MTK方案 静默安装和卸载
  9. android 焦点问题
  10. android用DroidDraw实现可视化UI编程