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/Theme.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(安卓)设置APP全屏模式
  2. 应用界面主题Theme使用收集
  3. Android:res之selector背景选择器
  4. Android的系统体系结构
  5. Android系统自带样式(@android:style/)
  6. Android(安卓)TextView的跑马灯效果以及TextView的部分属性
  7. android:screenOrientation属性
  8. android 4.2 (1)
  9. Android中的主题Theme

随机推荐

  1. Android Socket 实现
  2. Android 中文 API (27) ―― SeekBar.OnSee
  3. android小知识点
  4. 为Android内核添加新驱动
  5. ChkBugReport工具 for Android 1
  6. Android之SharedPreferences简介及使用说
  7. 设置Android SDK tools工作路径环境变量
  8. [Android Samples视频系列之ApiDemos] Ap
  9. -Android各版本系统源代码下载
  10. android Http通信(访问web server)