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. android系统自带样式Android:theme
  2. Android系统自带样式(android:theme)详解-
  3. Android系统自带样式(android:theme)
  4. android Theme使用总结
  5. Android系统自带样式(android:theme)
  6. Android系统自带样式(android:theme)
  7. android系统自带样式Android:theme
  8. Android(安卓)系统自带样式Android:theme
  9. Android系统自带样式(android:theme)

随机推荐

  1. android 使用AsyncTask代替thread进行网
  2. Android(安卓)UI控件Spinner控件的学习
  3. Android(安卓)webview 自动填值和提交
  4. Android(安卓)运行时权限
  5. 背景及边框处理
  6. [CSDN]Android应用程序启动过程源代码分
  7. Android(安卓)Bitmap.setDensity(int den
  8. Android(安卓)MediaPlayer 常用方法介绍
  9. The Saygus VPhone V1 clears FCC, Will
  10. 浅析Android中的消息机制