Transparent icon in start menu for universal app

那年仲夏 提交于 2019-12-13 05:18:57

问题


I'm developing a universal app. I have a list of icons in the manifest. The icon on the taskbar is fine, transparency works.

The start menu icon doesn't have transparent edges.

No edges.

The list of icons that I have.

How would I make the edges transparent? Should I add any other icons?


回答1:


This is by design as the background (behind the tile itself) may be colored quite differently. In the start menu, there's a dark background whereas there's a white background in the Cortana search. Maybe try sending MS your wishes via the feedback app :)




回答2:


Seems like that it's by design, as you can see, default Windows Apps behave the same too, even those which use transparent color for their logo (like Calculator, Mail, etc).

However, If you set background color of logo and tile to "transparent" (in app manifest) your app icon may get displayed in start menu with transparent background in some circumstances like when Windows is in hight contrast theme.



来源:https://stackoverflow.com/questions/33091730/transparent-icon-in-start-menu-for-universal-app

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