开发者

Hiding Tile text from Silverlight WP7 Application

开发者 https://www.devze.com 2023-03-12 21:31 出处:网络
I saw the post at \" How to hide application title in WP7 application tile\". However, I can\'t seem to find that setting in the Silverlight application. I\'ve tried changing it in the project setting

I saw the post at " How to hide application title in WP7 application tile". However, I can't seem to find that setting in the Silverlight application. I've tried changing it in the project settings and c开发者_高级运维annot much like what was stated in the previous question.

TIA


The Answer seems to work.

In WMAppManifest.xaml if you remove the values in Title element, it works. Even for Mango.

<Tokens>
      <PrimaryToken TokenID="FishJumpToken" TaskName="_default">
        <TemplateType5>
          <BackgroundImageURI IsRelative="true" IsResource="false">Background.jpg</BackgroundImageURI>
          <Count>0</Count>
          **<Title></Title>**
        </TemplateType5>
      </PrimaryToken>
    </Tokens>
0

精彩评论

暂无评论...
验证码 换一张
取 消