In the string.xml file i use the following tag
\"#0000ff\"
If I use
textview
You can use
textView1.setTextColor(getResources().getColor(R.color.mycolor))
or
textview1.setBackgroundColor(Color.parseColor("#ffffff"));
textview1.setBackgroundColor(Color.RED);
textView1.setBackgroundColor(R.color.black);