有没有一种方法可以通过XML在TextView中加粗文本?
<TextView
android:textSize="12dip"
android:textAppearance="bold" -> ??
</TextView>
谢谢
在Android
—
Daniel P
android:textStyle="bold"