Quote:
Originally Posted by smiller2076 I love this homescreen! 3 things though; is there a way to get the all day appointments to show, the voicemail/email/text counter only selects email/text, you can't access new voicemails from it (I know it's in the corner, I'm just lazy :P), is there a way to get the other screens (ie, settings) to be black with white highlight. It's currently white with blue highlight. |
most of what you desire is possible.. not sure about the voicemail being selectable.. i mean it is selectable on my homescreen but it goes to the messaging menu.
here is the code for the allday event:
Quote:
<plugin clsid="{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="alldayevent" height="25">
<background b-border-width="0">
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<format state="noevent" visible="false"/>
<label h="22">
<text><subject/></text>
</label>
</plugin> |
adjust label, height and colors where needed.