I've been looking for days but couldn't find a way to change the tint color of a toolbar item on Android like on iOS
UINavigationBar.Appearance.TintColor = Color.FromHex("#FFFFFF").ToUIColor();
I found and applied lots of answers including defining your own style in xml but they just change back button color, title text color so on.
Is there a proper way to change toolbar items tint?
Any help would be appreciated.