homeText.setTextColor(R.color.bg); 这种在代码里设置颜色是无效果的要使用homeText.setTextColor(getResources().getColor(R.color.bg));