public App() { var hiveList = new HiveList (); MainPage = new NavigationPage (hiveList){ BarBackgroundColor = Color.FromHex("208000"), BarTextColor = Color.White }; }
public App() { var hiveList = new HiveList(); MainPage = new NavigationPage(hiveList) { BarBackgroundColor = Color.FromHex("208000"), BarTextColor = Color.White }; }