Android学习—— Android资料之-系统自带样式Android:theme

来源:互联网 发布:百度数据开放平台api 编辑:程序博客网 时间:2024/05/21 18:43
01android:theme="@android:style/Theme.Dialog"   将一个Activity显示为能话框模式
02android:theme="@android:style/Theme.NoTitleBar"  无标题栏
03android:theme="@android:style/Theme.NoTitleBar.Fullscreen"  无标题栏,并全屏
04android:theme="@android:style/Theme.Light"  白色背景
05android:theme="@android:style/Theme.Light.NoTitleBar"  白色背景,无标题栏
06android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen"  白色背景,无标题栏,全屏
07android:theme="@android:style/Theme.Black"  黑色背景
08android:theme="@android:style/Theme.Black.NoTitleBar"  黑色背景,无标题栏
09android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"    黑色背景,无标题栏,全屏
10android:theme="@android:style/Theme.Wallpaper"  用系统桌面为应用程序背景
11android:theme="@android:style/Theme.Wallpaper.NoTitleBar"  用系统桌面为应用程序背景,无标题栏
12android:theme="@android:style/Theme.Wallpaper.NoTitleBar.Fullscreen"  用系统桌面为应用程序背景,无标题栏,全屏
13android:theme="@android:style/Translucent" 半透明
14android:theme="@android:style/Theme.Translucent.NoTitleBar" 半透明,无标题栏
15android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"  半透明,无标题栏,全屏
16android:theme="@android:style/Theme.Panel"
17android:theme="@android:style/Theme.Light.Panel"
原创粉丝点击