How can I change the hamburger icon for another one in Xamarin.Forms for Android?
I tried a lot of methods to change the three bars (hamburger icon) for another icon with Xamarin.Forms, but it seems to always use the burger.
For iOS I already checked, and it works really great, but for some reason I can't show the same picture in Android.
For Android I'm using a default project created with the latest Xamarin Studio 6. It generates a MainActivity of type FormsAppCompatActivity.
Is there any way to change the picture consistently?