Home > Blockchain >  Icon not showing on moving tabbed toolbar placement to the bottom in Xamarin C# android, it worked b
Icon not showing on moving tabbed toolbar placement to the bottom in Xamarin C# android, it worked b

Time:10-05

Before adding this code to transfer my navigation toolbar placement to the bottom
xmlns:android="clr-namespace:Xamarin.Forms.PlatformConfiguration.AndroidSpecific;assembly=Xamarin.Forms.Core" android:TabbedPage.ToolbarPlacement="Bottom"
The icons were showing at the top but now, they are just blanks and not showing enter image description here

what do I need to add or modify?

CodePudding user response:

Solution1:

You could use enter image description here

The Tab1 show the matching icon.

enter image description here

Solution2:

You could use Shell tabs directly.

For more details, please refer to the MS docus. enter image description here

  • Related