Android的TextView设置加粗对汉字无效
//not worktextView.setTypeface(Typeface.defaultFromStyle(Typeface.BOLD)); //work! static public void setTextBold(TextView textView, boolean isBold) { try { if(t...