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(安卓)EditText各种属性及作用
  3. Android(安卓)系统自带样式Android:theme
  4. android 自带的主题theme
  5. Android商品规格流式布局运用RecyclerView实现显示和点击效果
  6. android自定义主题样式
  7. Android(安卓)EditText各种属性及作用
  8. Android应用开发——系统自带样式Android:theme
  9. Android系统自带样式

随机推荐

  1. android 程序启动界面的短暂黑屏解决办法
  2. [Android]发布Sqlite数据库
  3. Android(安卓)onDraw
  4. Android的数据过滤机制
  5. Android(安卓)AIDL 双向调用的使用及相关
  6. android 动画
  7. 【Android】GridView添加网格线
  8. Android动态效果Animation
  9. Android自定义View(1):对话框-Dialog
  10. (原创)EditText软键盘弹出关闭等使用总结