Home > WP7 > Hiding or changing Tile text of a Silverlight WP7 Application

Hiding or changing Tile text of a Silverlight WP7 Application

If you want to have different text on your Windows Phone 7 aplication’s Tile icon, here is the way how to achieve it.
You need to change WMAppManifest.xml file, it is inside the Properties folder in the solution.
There you will see the Title element:

    <Tokens>
      <PrimaryToken TokenID="MyAppToken" TaskName="_default">
        <TemplateType5>
          <BackgroundImageURI IsRelative="true" IsResource="false">Background.jpg</BackgroundImageURI>
          <Count>0</Count>
          <Title>I've changed this</Title>
        </TemplateType5>
      </PrimaryToken>
    </Tokens>

You can also have it blank to remove the text from Tile.

About these ads
Categories: WP7
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: