当我包含我的应用程序栏的图标URI时,我将它们放在文件夹中......但它仍然显示默认的“X”图标而不是我的图标。这是我的代码:
<phone:PhoneApplicationPage.ApplicationBar>
<shell:ApplicationBar IsVisible="True" IsMenuEnabled="True">
<shell:ApplicationBarIconButton IconUri="/Images/help.png" Text="Help"/>
<shell:ApplicationBar.MenuItems>
<shell:ApplicationBarMenuItem Text="about"/>
</shell:ApplicationBar.MenuItems>
</shell:ApplicationBar>
</phone:PhoneApplicationPage.ApplicationBar>
它显示的默认图标是:
答案 0 :(得分:0)
注意如何编译项目。特别检查要包含的图标是否具有此属性: 构建操作:内容