Android之系統自帶的文字外觀設置及實際顯示效果圖 android:textAppearance

xml佈局裏面設置文字的外觀:android

如「android:textAppearance=「?android:attr/textAppearanceLargeInverse」這裏引用的是系統自帶的一個外觀,佈局

?表示系統是否有這種外觀,不然使用默認的外觀。spa

可設置的值以下:xml

textAppearanceButton/  get

 

textAppearanceInverse/  引用

 

 

textAppearanceLarge/  im

 

textAppearanceLargeInverse/ margin


textAppearanceMedium/    word

 

textAppearanceSmallInverse/ img

 

textAppearanceMediumInverse/ 
 
textAppearanceSmall/  
 
代碼中加下劃線
textView.getPaint().setFlags(Paint. UNDERLINE_TEXT_FLAG ); //下劃線 textView.getPaint().setAntiAlias(true);//抗鋸齒
相關文章
相關標籤/搜索