예제 #1
0
        public App()
        {
            var hiveList = new HiveList ();

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

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