private void resetTextViewColor(){
// for (int i=0;i<getChildCount();i++) {
// View view = getChildAt(i);
// if (view instanceof TextView) {
//
// ((TextView) view).setTextColor(COLOR_TEXT_NORMAL);
//
// }
//
// }
// }
//
// /**
// * 高亮tab的文本
// * @param pos
// */
// private void highlightTextView(int pos){
// resetTextViewColor();
// View view = getChildAt(pos);
// if (view instanceof TextView) {
// ((TextView) view).setTextColor(COLOR_TEXT_HIGHLIGHT);
// }
相关分类