I am doing an application in wpf with xamarin.forms in which i need to change the title bar background color to mach with our theme.But by default a blue color background is appearing.Can anyone please help and guide me to resolve this issue.
You have to add these 2 keys in App.xaml:
<Application.Resources>
...
<SolidColorBrush x:Key="CommandBarBackgroundColor" Color="Orange" />
<SolidColorBrush x:Key="CommandBarTextColor" Color="Blue" />
...
<Application.Resources>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With