I have changed the Xamarin.Forms TabbedPage's BottomNavigation Bar's (android) Selected Tab's icon with a CustomRenderer
to a multi colored version of the icon that appears when not selected. But because of there is a default SelectedBarItemColor
for that icon, it takes SelectedBarItemColor
instead of it's original color. How can I keep the icon's original color and get rid of that SelectedBarItemColor
?
问问题
56 次