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. AndroidManifest.xml文件中Theme属性详解
  2. 应用界面主题Theme使用收集
  3. Android应用开发——系统自带样式Android:theme
  4. Android:res之selector背景选择器
  5. Android的系统体系结构
  6. Android系统自带样式(@android:style/)
  7. android 4.2 (1)
  8. Android中的主题Theme
  9. Activity以dialog形式打开

随机推荐

  1. Android(安卓)Parcelable接口
  2. WebRTC 的 Android(安卓)2 Android(安卓)
  3. Android(安卓)多渠道打包
  4. afinal logoAndroid的快速开发框架 afina
  5. Android横竖屏切换总结
  6. [android] Serializable 和 Parcelable
  7. How to create and use SDCard image for
  8. Android的SocketTCP客户端发送信息
  9. 1.1 Android(安卓)入门
  10. Android弹幕实现:基于B站弹幕开源系统(5)-抽