【发布时间】:2017-10-26 23:22:11
【问题描述】:
我想在导航页面中设置标题图标。我尝试使用 NavigationPage.SetTitleIcon(this, "logo.png"),但仅在 iOS 中显示,而不在 android 中显示。
我只想在一页中显示此标题图标,其余页面中包含文本。 iOS显示正确。对于 android,我试图将图像放在工具栏样式中,它会显示在我不想要的所有页面中。请帮忙
【问题讨论】:
标签: xamarin.forms xamarin.android android-toolbar