android:textAppearance
生活随笔
收集整理的這篇文章主要介紹了
android:textAppearance
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Android之系統自帶的文字外觀設置及實際顯示效果圖
android:textAppearance
xml布局里面設置文字的外觀:
如“android:textAppearance=“?android:attr/textAppearanceLargeInverse”這里引用的是系統自帶的一個外觀,
?表示系統是否有這種外觀,否則使用默認的外觀。
可設置的值如下:
textAppearanceButton/
textAppearanceInverse/
textAppearanceLarge/
textAppearanceLargeInverse/
textAppearanceMedium/
textAppearanceSmallInverse/
textAppearanceMediumInverse/
textAppearanceSmall/
android:textAppearance
xml布局里面設置文字的外觀:
如“android:textAppearance=“?android:attr/textAppearanceLargeInverse”這里引用的是系統自帶的一個外觀,
?表示系統是否有這種外觀,否則使用默認的外觀。
可設置的值如下:
textAppearanceButton/
textAppearanceInverse/
textAppearanceLarge/
textAppearanceLargeInverse/
textAppearanceMedium/
textAppearanceSmallInverse/
textAppearanceMediumInverse/
textAppearanceSmall/
總結
以上是生活随笔為你收集整理的android:textAppearance的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: bzoj4514[Sdoi2016]数字
- 下一篇: iOS学习参考网站