TextView的高亮那块代码不是可以提取吗?怎么提取出来?

 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);
//        }


qq_总钻风_0
浏览 1146回答 0
0回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Android