如何在xml中使用Android默认字体大小?
我试过了:
android:textAppearance="@android:style/TextAppearance_Large"
但我明白了:
错误:错误:找不到资源 匹配给定的名称(at 'textAppearance'有价值 '@android:风格/ TextAppearance_Large')
答案 0 :(得分:5)
不是吗
android:textAppearance="?android:attr/textAppearanceLarge"
用于TextView?