?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"
系统自带样式Android:theme
精选 转载上一篇:事件处理
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Android 系统自带样式Android:theme
•android:theme="@android:style/Theme.Dialog" 将一个Ac
移动开发 android 标题栏 应用程序 -
Android系统自带样式(android:theme)解析
做Android开发时经常会修改系统默认的主题样式,下面说一些常用的主题样式,个人觉得能看看官方的api还是最好的android:theme="@
android开发 theme样式 自定义 android xml -
android 中系统自带的主题与样式(theme and style)
android:theme="@andr
android layout 平台 标题栏 应用程序 -
Android系统自带样式
Android系统自带样式:android:theme = "@android:style/Th
android 标题栏 应用程序 -
Android系统自带样式(android:theme)(转)
Android系统自带样式(android:theme)
android 标题栏 应用程序 全屏 透明背景
















