应用程序列表的图标大小合适吗?
我对应用程序列表中显示的图标的大小有点困惑。
MSDN 说
您想要在手机应用程序上显示的小型移动应用程序图块 列表。游戏必须使用大型移动应用程序图块来代替小型移动应用程序图块 移动应用程序磁贴。小型移动应用程序图块必须是 62 x 62 像素 PNG 文件。
但 Visual Studio Marketplace 测试套件显示
这是一个错误吗?
我认为它必须是 62 x 62,因为它是模板移动项目附带的图标大小,但我想确保我的假设是正确的
I am a bit confused about the size of icon that appears in app list.
MSDN says
The small mobile app tile that you want displayed on the phone app
list. Games must use the large mobile app tile in place of the small
mobile app tile. The small mobile app tile must be a 62 x 62 pixel PNG
file.
But the Visual Studio Market place test kit says
Is it a bug?
I think it must be 62 x 62 because it is the icon size that comes with template mobile project but I want to make sure my assumption is correct
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他们想要 62 x 62 图像的 99 x 99 版本。编译到 .xap 中的小 62x62 将以任何方式显示在手机上,因此该文件仅适用于您的应用程序的详细信息页面。
They want a 99 x 99 version of your 62 x 62 image. The little 62x62 that's compiled into your .xap is the one that will show up on the phone any way so this one is just for your app's details page.