In the string.xml file i use the following tag
\"#0000ff\"
If I use
textview
try set color like this may helps you
txt.setTextColor(Color.rgb(0, 87, 48));
this is different way but it can change color , here need Red,Green,Blue Code to pass