/ Published in: XML
Fichero color.xml
Expand |
Embed | Plain Text
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="pure_black">#000000</color> <color name="black_custom">#101010</color> <color name="black_dark_grey">#282828</color> <color name="black_grey">#3c3c3c</color> <color name="dark_grey">#7e7e7e</color> <color name="mid_dark_grey">#b7b7b7</color> <color name="mid_grey">#c6c6c6</color> <color name="light_grey">#efefef</color> <color name="white_custom">#f4f4f4</color> <color name="pure_white">#ffffff</color> <color name="transparent">#00000000</color> <color name="red_custom">#eeea0000</color> <color name="blue_press">#223bacd7</color> </resources>
You need to login to post a comment.
