I would like to do something like:
<MasterDetailPage.Master>
<ContentPage Title="Menu" IconImageSource="{Binding MyIcon}" BackgroundColor="#454d58">
But in Android it does not work. Is there a way to achieve that?
I would like to do something like:
<MasterDetailPage.Master>
<ContentPage Title="Menu" IconImageSource="{Binding MyIcon}" BackgroundColor="#454d58">
But in Android it does not work. Is there a way to achieve that?