android系統自帶樣式
Activity顯示為對話框模式
android:theme="@android:style/Theme.Dialog"
不顯示應用程序標題欄
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.Translucent : 透明背景
透明背景并無標題
android:theme="Theme.Translucent.NoTitleBar"
透明背景并無標題,全屏
面板風格顯示
android:theme="Theme.Panel "
平板風格顯示