android:theme="@android :style/Theme.Light" 背景白色
android:theme="@android :style/Translucent" 半透明效果
android:theme="@android :style/Theme.Light" 背景为白色
android:theme="@android :style/Theme.NoTitleBar" 不显示应用程序标题栏
android:theme="@android :style/Theme.Wallpaper" 用系统桌面为应用程序背景
android:theme="@android:style/Theme.Black.NoTitleBar" 黑色背景并无标题栏
android:theme="@android:style/Theme.Light.NoTitleBar" 白色背景并无标题栏
android:theme="@android:style/Theme.Dialog" 将一个Activity显示为对话框模式
android:theme="@android:style/Theme.Translucent.NoTitleBar" 半透明无标题栏
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" 不显示应用程序标题栏,全屏
android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" 白色背景,无标题栏,全屏
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" 黑色背景,无标题栏,全屏
android:theme="@android:style/Theme.Wallpaper.NoTitleBar" 用系统桌面为应用程序背景且无标题栏
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" 半透明效果,无标题栏,全屏
android:theme="@android:style/Theme.Wallpaper.NoTitleBar.Fullscreen" 用系统桌面为应用程序背景,无标题栏,全屏

更多相关文章

  1. android自带样式 theme
  2. Android(安卓)theme
  3. Android系统自带样式(android:theme)
  4. Android系统自带样式(android:theme)
  5. Android系统自带样式 (android:theme)
  6. Android系统自带样式Android:theme
  7. android系统自带样式Android:theme
  8. Android系统自带样式(android:theme)详解-
  9. Android系统自带样式(android:theme)

随机推荐

  1. Android通过selector改变界面状态
  2. AndroidPN的学习研究(一)环境建立
  3. 修改Android签名文件keystore作为eclipse
  4. Android(安卓)Studio android APP混淆打
  5. 用 Python脚本生成 Android(安卓)SALT 盐
  6. Android(安卓)利用程序实现GPS的打开或关
  7. Android中调用webservice小结
  8. android使用aidl实现进程间通信的实例
  9. Android(安卓)动画
  10. Android中目的地Intent的使用