對於能夠顯示文字的控制項(如textview edittext radiobutton button checkbox chronometer等等),你有時需要控制字型的大小。android平台定義了三種字型大小。
使用方法為:
或android:textcolor="?android:attr/textcolorsecondaryinverse"
progressbar
style="?android:attr/progressbarstylesmalltitle"
分隔符
橫向:android:background="?android:attr/listdivider" />
縱向:android:background="?android:attr/listdivider" />
checkbox
style="?android:attr/starstyle"
類似標題欄效果的textview
style="?android:attr/listseparatortextviewstyle"
其它有用的樣式
android:layout_height="?android:attr/listpreferreditemheight"
android:paddingright="?android:attr/scrollbarsize"
style="?android:attr/windowtitlebackgroundstyle"
style="?android:attr/windowtitlestyle"
android:layout_height="?android:attr/windowtitlesize"
android:background="?android:attr/windowbackground"
預定義,巨集定義
巨集定義 其作用就是 換其名曰 給程式中的一段特殊的 函式,資料取了個簡單明瞭的名字。不過有一點這傢伙的作用範圍是全域性的。即使它是在某乙個函式塊中定義的。這個其實也容易理解。因為巨集定義是預定義的一種,在我們的程式之前,由預編譯器 cpp 提前編譯出來了,那個時候程式裡的結構是個啥樣子編譯器壓根就...
預定義知識
1.巨集指令 define error import undef elif if include else ifdef line endif ifndef pragma 2 define define width 80 define length width 10 define test f1,f2...
預定義知識
預定義知識 寫於2005年12月26日 1.巨集指令 define error import undef elif if include else ifdef line endif ifndef pragma 2 define define width 80 define length width ...