setting textColor in TextView in layout/main.xml main layout file not referencing colors.xml file. (It wants a #RRGGBB instead of @color/text_color) May 16, 2023 by Tarik A variation using just standard color code: android:textColor="#ff0000"