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 should write textcolor in xml as
android:textColor="@color/text_color"
or
android:textColor="#FFFFFF"