I\'m trying to set some general colors for a program I\'m writing. I created a colors.xml file and am trying to directly reference the colors from the layout.xml file. I bel
A variation using just standard color code:
android:textColor="#ff0000"