09年智手各组组长,组员重新招募中 发贴得礼品有实物,有金币和道具 重新招募09年各版版主 每月获奖名单
新人报到加分贴 对我们的意见告诉这里 新增奖品及奖励办法 广告招商
 
发新话题
打印

[求助] 问个主题的问题,请路过的XD进来指点一二~!![已解决]

问个主题的问题,请路过的XD进来指点一二~!![已解决]

先看图:


想让"情景模式"和"短消息服务"横着排成一排,最好是"短消息服务"在前面,字体在小一点~~~大概就是: " 短消息服务(0) \ 情景模式:普通"
问下知道的XD.这有可能吗?我改怎样修改?
下面是情景模式和短消息的代码:
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="18">
  <background>
   <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
  </background>
  <label>
   <text lang="0x0409">Profile: <profile/></text>
   <text lang="0x0404">操作模式: <profile/></text>
   <text lang="0x0804">情景模式: <profile/></text>
  </label>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="18" autoheight="false">
  <background>
   <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
  </background>
  <mail account="sms"/>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="18" autoheight="false">
  <background>
   <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
  </background>
  <mail account="activesync"/>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="18" autoheight="true">
  <text padding-bottom="4"/>
  <background>
   <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
  </background>
  <mail account="others"/>
</plugin>

[ 本帖最后由 qwnyx 于 2007-6-17 15:36 编辑 ]
附件: 请点击下面广告并注册为本站会员便可下载或查看附件

TOP

把两个代码位置调一下就行了,X轴位置一样,Y轴改一下,大小和字的大小改一下就行了 如下:
    <plugin clsid="{AFC6BAE1-194B-487c-856C-70C540EFD189}" name="childplugin" height="18" 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" shadow="true" w="88">
        <plugin height="18" clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}">
                <background>
                        <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
                </background>
                <label y="-1" x="21">
                        <format state="selected" halign="left" font-weight="normal" font-size="14"/>
                        <format state="unselected" halign="left" font-weight="normal" font-size="14" />
        <text>短信 (<unreadSMS/>)</text>
        </label>
        </plugin>
      </childplugin>
      <childplugin x="88" y="0" align="right" w="88">
        <plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="18">
                <background>
                        <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
                </background>
                <label y="-1" x="0">
                        <format state="selected" font-weight="normal" font-size="14"/>
                        <format state="unselected" font-weight="normal" font-size="14"/>
      <text>情景模式:<profile/></text>
    </label>
    </plugin>
    </childplugin>



在IOICN有附件`````
http://www.ioicn.com.cn/bbs/viewthread.php?tid=218125&page=1&extra=page%3D1%26amp%3Bfilter%3D0%26amp%3Borderby%3Ddateline
附件: 请点击下面广告并注册为本站会员便可下载或查看附件

TOP

帮顶一下。

TOP

发新话题
版块跳转 
   京ICP备06029169号

本社区言论纯属发表者个人意见  与 智手移动中文网论坛 立场无关