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