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中呈现的方式.右下方是它在模拟器中的显示方式.
我在这里做错了什么?