Android TextView textAppearance
生活随笔
收集整理的這篇文章主要介紹了
Android TextView textAppearance
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
android:textAppearance 是 Android 系統自帶的設置外觀的方法 這個方法開發中幾乎用不到,大家了解下即可
為啥說用不到呢,因為使用了textAppearance 也就是默認了當前的字體的,使用系統自己的,文本顏色、字體、大小和樣式。
常見的樣式大致有如下幾種
textAppearanceInverse
textAppearanceLarge
textAppearanceLargeInverse
textAppearanceMedium??
textAppearanceSmallInverse
textAppearanceMediumInverse
textAppearanceSmall
使用方法如下啊
<TextViewandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:text="Android 系統自帶外觀"android:textAppearance="?android:attr/textAppearanceLarge"/>
?
總結
以上是生活随笔為你收集整理的Android TextView textAppearance的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android 计时器 Chronome
- 下一篇: Andriod TextView ty