android textview 代码设置颜色状态

try {
   Resources resource = (Resources) getResources();
   ColorStateList csl = (ColorStateList) resource
     .getColorStateList(R.color.qianqubtnselector);
   btn.setTextColor(csl);
  } catch (Exception e) {
  }

代码设置颜色

你可能感兴趣的:(textview)