在xml中设置文字加粗(只能对英文和数字加粗)
android:textStyle=”bold”

在代码中设置文字加粗(英文,数字,中文都可以加粗)
textView.getPaint().setFakeBoldText(true);