Windows Phone:AppBar图标在设备上的显示方式不同

Nic*_*ner 4 silverlight xaml windows-phone-7

我在Expression Blend中嘲笑一个应用程序.应用栏在Blend中看起来很好,但是当我启动模拟器时,图标无法正常显示.

应用栏的XAML:

    <shell:ApplicationBar x:Name="FavoritesBar" IsVisible="True" IsMenuEnabled="True">
      <shell:ApplicationBarIconButton IconUri="/assets/appbar.favs.rest.png" Text="favorites"/>
  </shell:ApplicationBar>
Run Code Online (Sandbox Code Playgroud)

左下方是Expression Blend中呈现的方式.右下方是它在模拟器中的显示方式.

显示问题:左边的表达式混合,右边的wp7模拟器

我在这里做错了什么?

JP *_*oto 8

确保已将appbar.favs.rest.png标记为Properties-> Build Action中的Content.