Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide application title in WP7 application tile

I'd like not to show the application name in the tile of Windows Phone 7, like the Netflix or the Facebook applications do, but when I try to set it to empty (or even an empty space) Visual Studio complains that an empty title is not allowed.

Any idea of how to achieve this? The logo of my app already contains the name of the app, so having also the default title is not very nice looking.

like image 699
CodeClimber Avatar asked Nov 15 '10 08:11

CodeClimber


2 Answers

If you set the <Title> to a whitespace under <Tokens><PrimaryToken>; in WMAppManifest.xml you should get an empty title in the start page tile.

You shouldn' change the Title attribute in the tag at the top.

like image 80
mikeesouth Avatar answered Dec 04 '22 18:12

mikeesouth


Right click on your project name. Go to Properties. Go to XNA Game Studio section. Where it says "Tile title:" just put a whitespace. Save everything and debug your project.

like image 36
Cowboy Ed 1231 Avatar answered Dec 04 '22 17:12

Cowboy Ed 1231