color value
Value is a color, using web-style syntax, as describe above. Has only one attribute: • name - The name used in referring to this color.
Example XML Declaration
The following code declares two colors, the first fully opaque, and the second translucent.
|
<resources> | |||||||||||
|
<color name= |
"opaque red">#f00</color> | ||||||||||
|
<color name= |
"translucent red">#8 0ff0000</color> | ||||||||||
|
</resources> |
|
Post a comment