参考 https://blog.csdn.net/to_cm/article/details/6002812
TextView tv = (TextView)findViewById(R.id.TextView01); TextPaint tp = tv.getPaint(); tp.setFakeBoldText(true);