当我包含我的应用程序栏的图标 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>
它显示的默认图标是: