运营商和情景模式在同一行的:
<plugin clsid="{AFC6BAE1-194B-487c-856C-70C540EFD189}" name="childplugin" height="25" shadow="true">
<background padding-left="0" padding-top="0" padding-bottom="0" b-border-width="0" shadow="true"/>
<childplugin x="0" y="0" align="right" w="240" shadow="true">
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="25">
<label x="2" y="0" w="108" font-size="19" font-bold="0" color="#FFFFFF">
<text><carrier/></text>
</label>
</plugin>
</childplugin>
<childplugin x="130" y="0" align="right" w="240">
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="16">
<background>
<format state="selected" bgcolor="transparent"/>
</background>
<label y="0" x="0">
<format state="selected" x="0" y="0" font-weight="normal" fgcolor="#c4293b" font-size="19"/>
<format state="unselected" x="0" y="0" font-weight="normal" fgcolor="#ffa628" font-size="19"/>
<text>多普达596:<profile/></text>
</label>
</plugin>
</childplugin>
</plugin>
然后短信和情景式在一行的代码如下:
<plugin clsid="{AFC6BAE1-194B-487c-856C-70C540EFD189}" name="childplugin" height="25" shadow="true">
<background padding-left="0" padding-top="0" padding-bottom="0" b-border-width="0" shadow="true"/>
<childplugin x="0" y="0" align="right" w="240" shadow="true">
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="false">
<mail account="sms"/>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="false">
<mail account="activesync"/>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="true">
<text padding-bottom="5"/>
<mail account="others"/>
</plugin>
<plugin clsid="{BF669BC1-DE4A-479c-9AFE-C44F0B69E291}" name="WiFi Status" height="36">
</plugin>
</childplugin>
<childplugin x="130" y="0" align="right" w="240">
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="16">
<background>
<format state="selected" bgcolor="transparent"/>
</background>
<label y="0" x="0">
<format state="selected" x="0" y="0" font-weight="normal" fgcolor="#c4293b" font-size="19"/>
<format state="unselected" x="0" y="0" font-weight="normal" fgcolor="#ffa628" font-size="19"/>
<text>情景模式:<profile/></text>
</label>
</plugin>
</childplugin>
</plugin>
[
本帖最后由 lqem 于 2007-4-9 16:02 编辑 ]