标签: android
在android中,我可以像这样指定文本外观:
<TextView android:id="@+id/text" android:textAppearance="?android:attr/textAppearanceSmall"/>
请告诉我如何指定比“textAppearaneSmall”更小的尺寸?
答案 0 :(得分:13)
您还可以使用dp和sp单位设置文字大小:
dp
sp
android:textSize="10sp"