IconToolbarItem not show on Android
I added an icon to my toolbar but it does not appear, throughout the application it works, even in the toolbar.
<MasterDetailPage.ToolbarItems> <iconize:IconToolbarItem Command="{Binding PaginaInicial}" Icon="md-home" IconColor="White" /> </MasterDetailPage.ToolbarItems>
I have the same issue on Android. If I'm using MasterDetail, then IconToolbarItem icon not visible. Please help to accomplish that. Thanks!
If no MasterDetail is used in application on Android, then IconToolbarItem icon became visible.
I am facing exactly the same issue. IconToolbarItem's icon not showing up when there is a tabbedpage into a masterdetailpage.
It worked for me.
@ivanteles I am using the following where the tabbedpage is the detail of the masterdetailspage <TabbedPage.ToolbarItems> <iconize:IconToolbarItem Text="Search" Icon="md-search" Command="{Binding SearchCommand}" Order="Primary" Priority="1"/> </TabbedPage.ToolbarItems>
Detail, I got using toolbaritem in the pages other than in the master details
Not working in CarouselPage.