Different look/style for specific item on BottomNavigationMenu
Different look/style for specific item on BottomNavigationMenu I am currently building a Xamarin Android application, and I am trying to customize the BottomNavigationView. I would like to be able to change the style of a specific menu item in the BottomNavigationView from the following: To this style: I have had a look at the following question: Different look/style for specific menu item on ActionBar but it seems more targeted towards the action bar rather then the bottom navigation. I'm guessing this would either need a custom control implemented or use of reflection to achieve the desired result? Any third-party libraries that implement this sort of functionality, aren't particularly helpful as majority of them are written for native android and not xamarin. Any help in either Xamarin C# or Native Java (that I could convert) would be great thanks. Currently I tried setting a custom action layout on the menu item programmatically: var nav = FindViewById<BottomNavigationVi...