Resources resource = (Resources) this.getResources();
   ColorStateList csl = (ColorStateList) resource.getColorStateList(R.color.orange);

 textview.setTextColor(csl);

    

04-26 17:00