在Android中使用默认字体样式

时间:2010-08-04 11:46:10

标签: android text coding-style android-layout

如何在xml中使用Android默认字体大小?

我试过了:

android:textAppearance="@android:style/TextAppearance_Large"

但我明白了:

  

错误:错误:找不到资源   匹配给定的名称(at   'textAppearance'有价值   '@android:风格/ TextAppearance_Large')

1 个答案:

答案 0 :(得分:5)

不是吗

android:textAppearance="?android:attr/textAppearanceLarge"

用于TextView?