TextPaint tp = listItemView.textView7_titles_two.getPaint();
tp.setFakeBoldText(false);
tp2.setFakeBoldText(true);
TextView.setTextColor(getResources().getColor(R.color.tabcolor));
注意上面的true和false