0
votes

How to customize background color of top bar? as you can see it is appearing white and the navigation drawer color I have set to white so its not visible

ckground

1

1 Answers

0
votes

Tried this in xamarin.forms

var navigationPage = Application.Current.MainPage as NavigationPage;
navigationPage.BarBackgroundColor = Color.Black;