Пример #1
0
        public MainMoma()
        {
            masterPage = new MasterpageMoma();
            Master = masterPage;
            Detail = new NavigationPage(new MapMoma()) { BarBackgroundColor = Color.FromHex("0066ff"), BackgroundColor = Color.White };

            masterPage.ListView.ItemSelected += OnItemSelected;

           // if (Device.OS == TargetPlatform.Windows)
            //{
            //    Master.Icon = "swap.png";
           // }
        }
Пример #2
0
        public MainMoma()
        {
            masterPage = new MasterpageMoma();
            Master     = masterPage;
            Detail     = new NavigationPage(new MapMoma())
            {
                BarBackgroundColor = Color.FromHex("0066ff"), BackgroundColor = Color.White
            };

            masterPage.ListView.ItemSelected += OnItemSelected;

            // if (Device.OS == TargetPlatform.Windows)
            //{
            //    Master.Icon = "swap.png";
            // }
        }