Android系統(tǒng)自帶樣式 (android:theme)
更新時間:2013年01月21日 11:54:55 作者:
Android系統(tǒng)中自帶樣式分享,需要的朋友可以參考下
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="Theme.Translucent : 透明背景
android:theme="Theme.Translucent.NoTitleBar" : 透明背景并無標(biāo)題
android:theme="Theme.Translucent.NoTitleBar.Fullscreen" : 透明背景并無標(biāo)題,全屏
android:theme="Theme.Panel ": 面板風(fēng)格顯示
android:theme="Theme.Light.Panel" : 平板風(fēng)格顯示
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="Theme.Translucent : 透明背景
android:theme="Theme.Translucent.NoTitleBar" : 透明背景并無標(biāo)題
android:theme="Theme.Translucent.NoTitleBar.Fullscreen" : 透明背景并無標(biāo)題,全屏
android:theme="Theme.Panel ": 面板風(fēng)格顯示
android:theme="Theme.Light.Panel" : 平板風(fēng)格顯示
相關(guān)文章
Android?autojs隨時翻譯剪貼板單詞實現(xiàn)示例
這篇文章主要為大家介紹了Android?autojs隨時翻譯剪貼板單詞,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進步,早日升職加薪2022-09-09
android 檢查網(wǎng)絡(luò)連接狀態(tài)實現(xiàn)步驟
android 如何檢查網(wǎng)絡(luò)連接狀態(tài),是android開發(fā)中一個常見的問題,本文將介紹如何實現(xiàn),需要的朋友可以參考下2012-12-12
Android?Recyclerview實現(xiàn)左滑刪除功能
這篇文章主要為大家詳細介紹了Android?Recyclerview實現(xiàn)左滑刪除功能,文中示例代碼介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們可以參考一下2022-04-04
Android使用AnimationDrawable實現(xiàn)閃爍紅光動畫效果(案例詳解)
這篇文章主要介紹了Android使用AnimationDrawable實現(xiàn)閃爍紅光動畫效果,實現(xiàn)閃爍紅光效果可以使用Android中的Animation和Drawable資源,本文結(jié)合實例代碼給大家介紹的非常詳細,需要的朋友可以參考下2023-06-06
Android自定義圓弧進度條加數(shù)字動態(tài)變化
這篇文章主要為大家詳細介紹了Android自定義圓弧進度條加數(shù)字動態(tài)變化,文中示例代碼介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們可以參考一下2020-07-07

