Android开发中如何给TextView文本字体加粗

TextView textView = (TextView) findViewById(R.id.TextView01);
textView.setTypeface(Typeface.defaultFromStyle(Typeface.BOLD));


猜你喜欢

转载自blog.csdn.net/lpcrazyboy/article/details/80345277