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应用开发——系统自带样式Android:theme
  2. android Style属性介绍
  3. Android中activity背景色的设置
  4. Android应用开发——系统自带样式Android:theme
  5. Android应用开发——系统自带样式Android:theme
  6. Android系统自带样式Android:theme
  7. Android自带的theme
  8. Android应用开发——系统自带样式Android:theme
  9. Android(安卓)系统自带样式Android:theme

随机推荐

  1. phper优化MySQL千万级大表的方法详解
  2. php匿名函数的使用
  3. 必看!TP6验证码验证失败的原因及解决方法
  4. PHP生成器yield处理大量数据业务(代码示例
  5. php实时推送系统消息给客户端的原理及详
  6. 分分钟搞定PHP的self关键字
  7. PHP+jQuery实现中国地图热点数据统计展示
  8. PHP钩子机制原理及详解
  9. PHP生成有背景的二维码图片(代码示例)
  10. 分享学好PHP的几个重要心得