开发者

Hiding Tile text from Silverlight WP7 Application

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜