系统自带的Theme:
--------------------------------------------------------------------------------
android:theme="@android:style/Theme.Wallpaper"用系统桌面为应用程序背景
android:theme="@android:style/Theme.Wallpaper.NoTitleBar" 用系统桌面为应用程序背景
,无标题栏
android:theme="@android:style/Theme.Wallpaper.NoTitleBar.Fullscreen" 用系统桌面为应用程序背景
,无标题栏,全屏
--------------------------------------------------------------------------------
定义自己的Theme:
--------------------------------------------------------------------------------
Theme的写法和style很相似,也为:
Theme的属性在Android的文档中并没有介绍,不过我们可以从系统自带的theme中对其进行了解:
一下是我们从android系统本身所带的theme.xml中提取出来的一些常用的属性:
- @android:drawable/screen_background_dark
- @null
- false
- false
- false
- @android:drawable/screen_background_dark