clock - changing text color for android app -


I currently have an app that shows time I want to convert text to white, so I have

  & lt; DigitalClock android: textColor = "@ androidcolor / white" & gt;   

For some reason when I put this line in the XML code, my graphical layout shows time, but I get an error "Error: No resource found by the name given (

Any suggestion is appreciated > You probably wanted to type @android: color / white

Comments