zoukankan      html  css  js  c++  java
  • 設定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>

  • 相关阅读:
    system函数
    如何:配置 ClickOnce 信任提示行为
    linux中shell变量$#,$@,$0,$1,$2的含义解释 (转载)
    C/C++中如何在main()函数之前执行一条语句?
    循环小数表示法
    struct/class等内存字节对齐问题详解
    malloc(0)
    C语言实现程序跳转到绝对地址0x100000处执行
    嵌入式程序设计中C/C++代码的优化
    backtrace和backtrace_symbols
  • 原文地址:https://www.cnblogs.com/ivan/p/49198.html
Copyright © 2011-2022 走看看