Android TextView中 字体加粗方法

textView.setTypeface(Typeface.defaultFromStyle(Typeface.BOLD));//加粗

textView.getPaint().setFakeBoldText(true);//加粗

原文地址:https://www.cnblogs.com/ruiati/p/5210094.html