xml windows phone iconos

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml windows phone iconos相关的知识,希望对你有一定的参考价值。

<access origin="*"/>
  <allow-intent href="http://*/*" launch-external="yes" />
  <allow-intent href="https://*/*" launch-external="yes" />
  <allow-intent href="tel:*"/>
  <allow-intent href="sms:*"/>
  <allow-intent href="mailto:*"/>
  <allow-intent href="geo:*"/>
  <platform name="android">
    <allow-intent href="market:*"/>
  </platform>
  <platform name="ios">
    <allow-intent href="itms:*"/>
    <allow-intent href="itms-apps:*"/>
  </platform>
  
  <preference name="windows-target-version" value="8.1" />
  <preference name="windows-phone-target-version" value="8.1" />

<platform name="windows">
    <icon src="res/icons/windows/Square150x150Logo.scale-100.png" width="150" height="150" />
    <icon src="res/icons/windows/Square150x150Logo.scale-240.png" width="360" height="360" />
    <icon src="res/icons/windows/Square30x30Logo.scale-100.png" width="30" height="30" />
    <icon src="res/icons/windows/Square310x310Logo.scale-100.png" width="310" height="310" />
    <icon src="res/icons/windows/Square44x44Logo.scale-240.png" width="106" height="106" />
    <icon src="res/icons/windows/Square70x70Logo.scale-100.png" width="70" height="70" />
    <icon src="res/icons/windows/Square71x71Logo.scale-240.png" width="170" height="170" />
    <icon src="res/icons/windows/StoreLogo.scale-100.png" width="50" height="50" />
    <icon src="res/icons/windows/StoreLogo.scale-240.png" width="120" height="120" />
    <icon src="res/icons/windows/Wide310x150Logo.scale-100.png" width="310" height="150" />
    <icon src="res/icons/windows/Wide310x150Logo.scale-240.png" width="744" height="360" />
  </platform>

  <platform name="wp8">
    <icon src="res/icons/wp8/ApplicationIcon.png" width="62" height="62" />
    <icon src="res/icons/wp8/Background.png" width="173" height="173" />
  </platform>
  
  <platform name="wp8">
    <splash src="res/screens/wp8/SplashScreenImage.jpg" width="480" height="800"/>
  </platform>
  
  <platform name="wp8">
        <preference name="Fullscreen" value="true" />
  </platform>

以上是关于xml windows phone iconos的主要内容,如果未能解决你的问题,请参考以下文章

计算 Windows Phone 中的 xml 节点

xml 适用于Windows 8.1和Windows Phone 8.1应用程序的扩展器控件演示。

在 Windows Phone 7 中解析 XML

xml 适用于Windows 8.1和Windows Phone 8.1应用程序的扩展器控件的模板。

如何使用 Windows Phone 8 SDK 将类序列化为 XML?

解析来自 Windows Phone 7 中 TCP 套接字的 xml 内容