当前位置: 移动技术网 > 移动技术>移动开发>Android > Android系统自带样式 (android:theme)

Android系统自带样式 (android:theme)

2019年07月24日  | 移动技术网移动技术  | 我要评论
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" : 平板风格显示

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网