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. 用HTML5开发Android应用程序
  2. android中的style部分属性值介绍
  3. 系统自带样式Android:theme
  4. 怎样做出一个dialog样式的activity
  5. android中的style部分属性值介绍
  6. android中的style部分属性值介绍
  7. Android中的Theme和Style
  8. Android(安卓)主题 application theme
  9. Android系统自带样式 (android:theme)

随机推荐

  1. Android(安卓)实现截屏和截长图功能的几
  2. 偷师阿里内部,月入20k程序员的Android规范
  3. 关于在使用gson解析json时建模与规范冲突
  4. 强指针和弱指针
  5. Android(安卓)JSON解析库Gson和Fast-json
  6. Android(安卓)总结:Manifest文件中,applic
  7. 修改Android的编译文件使其支持wml
  8. 手把手教你如何封装一个通用的 App SDK
  9. [置顶] Android中圆角列表ListView
  10. [Gsensor] Android(安卓)重力感应实例代