天天看點

android 自帶主題樣式(theme )

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"  透明背景并無标題,全屏
<pre name="code" class="java">android:theme="Theme.Light.Panel" 平闆風格顯示