【Android】自带Theme
?android:theme="@android:style/Theme.Dialog"?? 將一個Activity顯示為對話框模式
?android:theme="@android:style/Theme.NoTitleBar"? 不顯示應(yīng)用程序標(biāo)題欄
?android:theme="@android:style/Theme.NoTitleBar.Fullscreen"? 不顯示應(yīng)用程序標(biāo)題欄,并全屏
?android:theme="Theme.Light"? 背景為白色
?android:theme="Theme.Light.NoTitleBar"? 白色背景并無標(biāo)題欄?
?android:theme="Theme.Light.NoTitleBar.Fullscreen"? 白色背景,無標(biāo)題欄,全屏
?android:theme="Theme.Black"? 背景黑色
?android:theme="Theme.Black.NoTitleBar"? 黑色背景并無標(biāo)題欄
?android:theme="Theme.Black.NoTitleBar.Fullscreen"??? 黑色背景,無標(biāo)題欄,全屏
?android:theme="Theme.Wallpaper"? 用系統(tǒng)桌面為應(yīng)用程序背景
?android:theme="Theme.Wallpaper.NoTitleBar"? 用系統(tǒng)桌面為應(yīng)用程序背景,且無標(biāo)題欄
?android:theme="Theme.Wallpaper.NoTitleBar.Fullscreen"? 用系統(tǒng)桌面為應(yīng)用程序背景,無標(biāo)題欄,全屏
?android:theme="Translucent"?
?android:theme="Theme.Translucent.NoTitleBar"?
?android:theme="Theme.Translucent.NoTitleBar.Fullscreen"?
?android:theme="Theme.Panel"?
?android:theme="Theme.Light.Panel"
轉(zhuǎn)載于:https://www.cnblogs.com/lqminn/archive/2012/11/07/2759558.html
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎勵來咯,堅持創(chuàng)作打卡瓜分現(xiàn)金大獎總結(jié)
以上是生活随笔為你收集整理的【Android】自带Theme的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 设置TextView为下划线的样式
- 下一篇: Android 网络编程之Http通信