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
You have a typo in your xml; it should be:
android:textColor="@color/text_color"
that's "@color" without the 's'.