In the string.xml file i use the following tag
\"#0000ff\"
If I use
textview
Define colors in colors.xml file like that:
#0000ff
Then use color whatever you like in your code using: R.color.CodeColor
Good luck!