How do I remove the App name from my flipping live tile on Windows Phone?

最后都变了- 提交于 2019-12-20 05:02:32

问题


I'm using this template TileWide310x150PeekImage03 from the documentation here. On the example image, the name of the App is not displayed on the image, but on my App the name of the app remains.

This ruins the UI of my tile because the App name is displayed within the image of my flipping live tile. How do I remove it?


回答1:


Add branding="none" to the binding element in the template XML.

http://msdn.microsoft.com/en-us/library/windows/apps/br212854.aspx



来源:https://stackoverflow.com/questions/24078543/how-do-i-remove-the-app-name-from-my-flipping-live-tile-on-windows-phone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!