OK... I'm getting frustrated on tweaking a homescreen. It's the message count plugin and I simply want it centered toward the top of the screen. Here's the code...
Quote:
<plugin clsid="{62E5C279-1E55-4bbb-95DA-D576093C23BE}" name="MessageCount" height="12" font-weight="bold">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label>
<text lang="0x0409" x="60">VM <unreadVMail/></text>
</label>
<label>
<text lang="0x0409">Email <unreadMsgs name="ActiveSync"/></text>
</label>
<label>
<text lang="0x0409">SMS <unreadMsgs name="SMS"/></text>
</label>
<label>
<text lang="0x0409">MMS <unreadMsgs name="MMS"/></text>
</label>
</plugin>
|
I've tried halign="center" and it stays on the left. I've tried plugging in an x="20" value to move the labels over... nothing works. It still stays on the left.
Am I missing something? This is using a Facade plugin. Is there a setting in there that I'm missing that is forcing the left align?