In the string.xml file i use the following tag
<color name="mycolor1">#F5DC49</color>
if i use
textview1.setTextColor(Color.CYAN);
it works, But
textview1.setTextColor(R.color.mycolor1);
This is not working
how to use the color tag in android.