This is an example of what i was trying to say:
The 16 should be yellow because is a Public Holiday.
The 12, 19 and 26 should be pink, because are weekend days.
The 3, 4 and 10 are ok in white, because these days doesn't have events.
This is the category XML:
| Code: |
<category id="Moon - Full Moon">
<appearance target="1" layer="0" priority="1" element="bitmap.numbers.white" align="CENTER" />
<appearance target="1" layer="5" priority="-100" element="bitmap.icon.small.moon.%Moon_style%.fm" align="TOP-LEFT" showalways="1" offset="0, -2" />
<appearance target="22" layer="0" priority="-100" element="bitmap.icon.moon.%Moon_style%.fm" showalways="1" offset="-2, -2" />
<appearance target="8" layer="0" priority="-100" element="bitmap.icon.moon.%Moon_style%.fm" showalways="1" />
<appearance target="32" layer="0" priority="-100" element="bitmap.icon.small.moon.%Moon_style%.fm" showalways="1" />
</category>
|
I use priority="-100" to show the icon in the first place. If i remove the bitmap.numers.white line, the 16 is yellow, but the rest is blue (the default event color).
This isn't an easy thing, no?