Xamarin Forms control the color/title of the header bar

后端 未结 4 752
孤城傲影
孤城傲影 2021-02-02 00:08

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

4条回答
  •  余生分开走
    2021-02-02 01:02

    Do not forget to add

    ToolbarResource = Resource.Layout.Toolbar;
    

    to MainActivity in Android project, I have lost few hours because of this.

提交回复
热议问题