Skip to content Skip to sidebar Skip to footer

Errors In Color Resources

I'm getting lint errors attempting to use color resources. According to the documentation, the following should be valid.

Solution 1:

You need to actually define the color:

<colorname="white">#FFFFFF</color>

that is, give its hexadecimal code.

Solution 2:

Post a Comment for "Errors In Color Resources"