如何指定比textAppearanceSmall更小的字体?

时间:2011-10-28 19:57:20

标签: android

在android中,我可以像这样指定文本外观:

 <TextView
            android:id="@+id/text"
            android:textAppearance="?android:attr/textAppearanceSmall"/>

请告诉我如何指定比“textAppearaneSmall”更小的尺寸?

1 个答案:

答案 0 :(得分:13)

您还可以使用dpsp单位设置文字大小:

android:textSize="10sp"