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

时间:2010-10-16 00:03:49

标签: silverlight xaml windows-phone-7

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

应用栏的XAML:

    <shell:ApplicationBar x:Name="FavoritesBar" IsVisible="True" IsMenuEnabled="True">
      <shell:ApplicationBarIconButton IconUri="/assets/appbar.favs.rest.png" Text="favorites"/>
  </shell:ApplicationBar>

左下方是Expression Blend中的渲染方式。右下方是它在模拟器中的显示方式。

showing the problem: expression blend on left, wp7 emulator on right

我在这里做错了什么?

1 个答案:

答案 0 :(得分:8)

确保您已将appbar.favs.rest.png标记为属性中的内容 - &gt;构建操作。