Android Styles & Themes(上)——Style

Android Styles & Themes(下)——Theme

Android应用开发——系统自带样式Android:theme

•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. 样式和主题-style&them
  2. Android学习笔记——入门框
  3. Android应用程序进程启动过程(后篇)
  4. android:windowBackground 和 android:background 的区别
  5. 【置顶】用Eclipse开发Android应用程序索引贴
  6. android manifest.xml中元素含义android
  7. Android在开机时自动启动一个应用程序
  8. Android在开机时自动启动一个应用程序
  9. android manifest.xml中元素含义android

随机推荐

  1. 像素点和设备独立像素点的区别
  2. Android(安卓)launcher 桌面抽屉切换动画
  3. Android消息队列模型——Thread,Handler,
  4. 一起学opengl android
  5. 为什么我们可以在非UI线程中更新UI
  6. Android实现使用微信登录第三方APP的方法
  7. 从纪念碑谷 Monument Valley 登陆 Androi
  8. Android中AsyncTask的基本用法
  9. Android(安卓)UI 设计——TextView 控件
  10. Android(安卓)问题杂笔