Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

IconToolbarItem not show on Android #79

Open
ivanteles opened this issue Jul 23, 2017 · 7 comments
Open

IconToolbarItem not show on Android #79

ivanteles opened this issue Jul 23, 2017 · 7 comments

Comments

@ivanteles
Copy link

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>

@alezhuk
Copy link

alezhuk commented Jul 24, 2017

I have the same issue on Android. If I'm using MasterDetail, then IconToolbarItem icon not visible. Please help to accomplish that. Thanks!

@alezhuk
Copy link

alezhuk commented Jul 24, 2017

If no MasterDetail is used in application on Android, then IconToolbarItem icon became visible.

@ChasakisD
Copy link

I am facing exactly the same issue. IconToolbarItem's icon not showing up when there is a tabbedpage into a masterdetailpage.

@ivanteles
Copy link
Author

It worked for me.

@ChasakisD
Copy link

@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>

@ivanteles
Copy link
Author

Detail, I got using toolbaritem in the pages other than in the master details

@andreperez
Copy link

Not working in CarouselPage.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants