WinPhone 8 AppBar icon size

倾然丶 夕夏残阳落幕 提交于 2019-12-04 03:39:49
Claus Jørgensen

So what's the proper size?

76x76, because then you support higher resolutions. If you use 48x48, it'll be scaled up for WXGA and 720p, rather than down (for WVGA), with the quality being slightly worse.

The factor is roughly 1.6, which is the same as for the Tile Sizes

And to prove the point, here's our application, using 76x76 application icons: Skype | Windows Phone Store

They are 48x48px as the people above have said, but the 76x76px ones you are seeing are for devices with a different screen size from that set by Visual Studio as default.

If you are looking for any additional icons do check out Templarian's open-sourced icon project http://modernuiicons.com/. The .zip includes light and dark themes icons as well as the initial Expressions Blend .design file and the .xaml coding of the icon.

They have to be a minimum of 48x48, you can have a bigger (square) size and it will scale down accordingly.

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