Xamarin.Plugins icon indicating copy to clipboard operation
Xamarin.Plugins copied to clipboard

IconToolbarItem not show on Android

Open ivanteles opened this issue 8 years ago • 7 comments

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>

ivanteles avatar Jul 23 '17 14:07 ivanteles

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

alezhuk avatar Jul 24 '17 10:07 alezhuk

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

alezhuk avatar Jul 24 '17 10:07 alezhuk

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

ChasakisD avatar Aug 06 '17 09:08 ChasakisD

It worked for me.

ivanteles avatar Aug 06 '17 15:08 ivanteles

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

ChasakisD avatar Aug 06 '17 15:08 ChasakisD

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

ivanteles avatar Aug 06 '17 15:08 ivanteles

Not working in CarouselPage.

andreperez avatar Aug 30 '17 18:08 andreperez