Android textAppearance經常使用設置

Android的系統自帶的文字外觀設置android

以?android:attr/textAppearance開頭,或?attr/textAppearance開頭app

android:textAppearance="?android:attr/textAppearanceSmall"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textAppearance="?android:attr/textAppearanceLarge」

 

在引用appcompat-v7包後,還可使用spa

以@style/TextAppearance開頭,或@android:style/TextAppearance開頭code

android:textAppearance="@style/TextAppearance.AppCompat.Body2"
android:textAppearance="@android:style/TextAppearance.Material.Caption"
相關文章
相關標籤/搜索