//1、设置背景图Theme      @drawable/ipod_bg      true  //2、设置透明Theme      true     true  
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="Theme.Translucent" //透明背景android:theme="Theme.Translucent.NoTitleBar" //透明背景并无标题android:theme="Theme.Translucent.NoTitleBar.Fullscreen" //透明背景并无标题,全屏android:theme="Theme.Panel " //面板风格显示android:theme="Theme.Light.Panel" //平板风格显示



更多相关文章

  1. Android应用程序进程启动过程(后篇)
  2. android支付宝首页、蚂蚁森林效果、视频背景、校园电台、载入收
  3. android logo:内核、android开机动画
  4. Android(安卓)实现显示文字的Gallery
  5. android Button或者ImageButton背景透明状态设置
  6. android--RelativeLayout布局的一些理解
  7. 主题与样式详解
  8. Android控件之TextView(显示文本框控件)
  9. Android(安卓)Edittext获取焦点后,弹出的软键盘显示搜索、发送、

随机推荐

  1. 模仿微信界面tabhost底部导航——使用继
  2. xbmc遥控音量加处理过程总结
  3. Android连接指定Wifi的Demo
  4. android非法字符的判定、表情符号的判定
  5. 关于Android权限的一些文章
  6. 【Android】手动显示和隐藏软键盘
  7. Android五子棋游戏设计与实现
  8. 快速构建Android应用原型实践
  9. android ios浏览器请求头
  10. Android 悬浮框的实现