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"
相关文章
相关标签/搜索