Xamarin.Forms工具栏图像居中和大小

时间:2018-06-13 20:53:10

标签: xamarin.forms

我正在尝试使用Xamarin.Forms中的工具栏项。但是,我遇到了两个我无法解决的问题。 1.我无法将应用程序的徽标置于工具栏中间。 2.徽标图像在IOS上看起来很好,但在Android上缩小了。 我如何在Xamarin.Forms中做这些事情?这些似乎很简单,我觉得可能会有一些我想念的东西。

这是我正在使用的代码。

<ContentPage.ToolbarItems>
    <ToolbarItem
        Icon    ="logo.png"
        Priority="0" />
    <ToolbarItem
        Text    ="                  "
        Priority="1" />
</ContentPage.ToolbarItems>

0 个答案:

没有答案