主題theme就是用來設定介面ui風格,可以設定整個應用或者某個活動activity的介面風格。在android sdk中內建了下面的theme,可以按標題欄title bar和狀態列status bar是否可見來分類:
[html]view plain
copy
print?
•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.wall*****"
用系統桌面為應用程式背景
•android:theme
="theme.wall*****.notitlebar"
用系統桌面為應用程式背景,且無標題欄
•android:theme
="theme.wall*****.notitlebar.fullscreen"
用系統桌面為應用程式背景,無標題欄,全屏
•android:theme
="translucent"
半透明
•android:theme
="theme.translucent.notitlebar"
半透明、無標題欄
•android:theme
="theme.translucent.notitlebar.fullscreen"
半透明、無標題欄、全屏
•android:theme
="theme.panel"
•android:theme
="theme.light.panel"
Android預定義樣式
對於能夠顯示文字的控制項 如textview edittext radiobutton button checkbox chronometer等等 你有時需要控制字型的大小。android平台定義了三種字型大小。使用方法為 或 android textcolor android attr textc...
Android預定義樣式
字型大小 對於能夠顯示文字的控制項 如textview edittext radiobutton button checkbox chronometer等等 你有時需要控制字型的大小。android平台定義了三種字型大小。使用方法為 或 字型顏色 android textcolor android ...
Android預定義樣式
字型大小 對於能夠顯示文字的控制項 如textview edittext radiobutton button checkbox chronometer等等 你有時需要控制字型的大小。android平台定義了三種字型大小。使用方法為 或字型顏色 android textcolor android a...