Removing BottomNavigationView’s Icon Shifting in Xamarin.Android
I recently blogged about Android’s super fancy new BottomNavigationView [https://blog.xamarin.com/exploring-androids-bottom-navigation-view/], and how easy it was to get started with them in your Xamarin.Android application. I also went through a lot of color customizations that developers can blend in to really make their BottomNavigationView stand out. While this new bottom navigation is awesome, it is also still brand new with a lot of features locked behind internals and hidden fields, whi…
James Montemagno