• 設定QVGA Home Skin範例



    以下是我的storage\Application Data\Home\baby.home.xml的內容:
    <?xml version="1.0" encoding="Big5" ?>
    <home>
       <author>Ivan Yeh</author>
       <contacturl></contacturl>
       <title lang="0x0409">Baby</title>
       <version>1.0</version>
       <background bgimage="\Storage\Application Data\Home\baby.jpg" valign="top"/>
       <default target-width="240" target-height="320" font-face="nina" font-size="18" padding-left="4" padding-right="4"
        bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="2">
       </default>
       <scheme>
     <color name="COLOR_HIGHLIGHT" value="#0000FF"/>
       </scheme>
       <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="0">
          <iconbar bgcolor="transparent" fgcolor="#FFFFFF" y="-2" x="0"/>     
       </plugin>
       <plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="22">
          <label>
             <text><carrier/></text>
          </label>
          <clock>
             <date valign="top" mode="short" halign="right" w="65" x="116"/>
             <time font-weight="bold" font-size="24" fgcolor="#0000FF" mode="24" halign="right" w="58" x="182" y="-4"/>
          </clock>
       </plugin>
       <plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="133">
       <background b-border-width="0">
       <format state="selected" font-weight="bold" bgcolor="transparent"/>
       </background>
       <label y="2" x="0">
       <format state="selected" bgcolor="transparent" font-size="20" font-weight="bold"/>
       <text fgcolor="#FFFFFF"><time/></text>
       </label>
       <label font-size="20" x="0" y="18" w="240">
       <format state="selected" bgcolor="transparent" font-size="20" font-weight="normal"/>
       <text><subject/></text>
       </label>
       </plugin>

       <plugin clsid="{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="alldayevent" height="20">
       <background b-border-width="0">
       <format state="selected" bgcolor="transparent" font-size="20" font-weight="bold"/>
       </background>
       <format state="noevent" visible="true"/>
       <label font-size="20" font-weight="normal" x="0" y="2">
       <format state="selected" bgcolor="transparent" font-size="20" font-weight="bold"/>
       <text><subject/></text>
       </label>
       </plugin>
       <plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="24">
       <background b-border-width="0">
       <format state="selected" font-weight="normal" x="2" y="2" bgcolor="transparent"/> 
       </background>
       <label font-size="20" font-weight="normal" x="2" y="2" fgcolor="#FFFFFF">
       <format state="selected" bgcolor="transparent" font-weight="bold" fgcolor="#FF0000"/>
       <text lang="0x0404">模式:<profile/></text>
       </label>
       </plugin>
       <plugin file="sysplug.dll" clsid="{79EFB752-CB70-446d-B317-499723482B3D}" height="42" name="startmru">
       <background b-border-width="0"/>
       <mru icon-size="16"  x="0" y="16" halign="left" valign="bottom" max-buttons="10"/>  
       <appname halign="left" x="2" y="-4"  font-size="20"  font-weight="normal" fgcolor="#FFFFFF"/>
       </plugin>  
    </home>

  • 相关阅读:
    C# 6.0:在catch和finally中使用await
    C# 6.0:Expression – Bodied Methods
    C# 6.0:Auto-Property initializer
    C# 6.0:String Interpolation
    【转】http://www.cnblogs.com/yuzukwok/p/3884377.html
    ThoughtWorks面试题(标记给自己看)
    C# 强制关闭当前程序进程(完全Kill掉不留痕迹)
    (转)C#编程中的66个好习惯
    (转)解决WINDOWS 程序界面闪烁问题的一些经验
    C#利用反射动态绑定事件
  • 原文地址:https://www.cnblogs.com/ivan/p/49198.html
Copyright © 2020-2023  润新知