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

随机推荐

  1. Android(安卓)EditText取消自动焦点获取
  2. android studio 3.1 Android(安卓)Device
  3. 监听不到android 的 Home 键
  4. Android(安卓)About AndroidManifest.xml
  5. PreferenceActivity、PreferenceFragment
  6. Android(安卓)Contacts的使用(二)
  7. android 常用组建案例
  8. Android关闭多个activity
  9. Android官方ORM Room介绍
  10. android viewPage 判断是否到最后一页