문제

I'm building a wide live tile using TileWide310x150Image template in a BackgroundTask, which should show only a wide image, no text or else.

This is the template I'm using:

<tile>
 <visual>
  <binding template="TileWideImage">
   <image id="1" src="image1.png" />
  </binding>  
 </visual>
</tile>

However, application's name is still there and I can't find anything to remove it in the Manifest as it was possible on Windows Phone 7 and 8.

Is there any way to remove it?

도움이 되었습니까?

해결책

In the tile notification XML, specify "none" as the value for the branding attribute. Using this attribute, one can specify whether the tile shows the app logo, the name, or nothing.

다른 팁

Uncheck the checkboxes in Visual Assets tab in the package.appxmanifest file, that removed the title for me. However it didn't do that for the TileSquare150x150IconWithBadge template for some odd reason.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top