I have the following form created with Xamarin Forms. I have drawn in a red rectangle to highlight the problem area. I need the blue color in the header to be a different colo
Do not forget to add
ToolbarResource = Resource.Layout.Toolbar;
to MainActivity in Android project, I have lost few hours because of this.