相关疑难解决方法(0)

AppBar按钮图标不适合elipse内部

嘿我正在创建底部应用栏并添加3,应用栏按钮,如下所示.一个使用内置图标,另外两个使用位图图标

<AppBarButton>
<AppBarButton.Icon>
    <BitmapIcon UriSource="ms-appx:///Assets/Like.png" Height="20" Width="20"/>
</AppBarButton.Icon>
Run Code Online (Sandbox Code Playgroud)

带有位图图标的AppBarButton在设计视图中正确显示,它包含在appbar按钮的eclipse中.但是当我在手机上部署时,应用栏按钮看起来如下(右边两个)

https://s24.postimg.org/q3yg74gx1/wp_ss_20150309_0002.jpg

错误的appbar按钮渲染

什么是wron呢

icons appbar windows-phone-8.1

2
推荐指数
1
解决办法
2218
查看次数

标签 统计

appbar ×1

icons ×1

windows-phone-8.1 ×1