Exemplo n.º 1
0
 public App()
 {
     // InitializeComponent();
     //var navigationPage = new NavigationPage(new DemoNavigation());
     //navigationPage.BarBackgroundColor = Color.Lime;
     //navigationPage.BarTextColor = Color.White;
     MainPage = new DemoCarouselPage();
 }
Exemplo n.º 2
0
        public App()
        {
            InitializeComponent();

            /*var navigationPage = new NavigationPage(new DemoNavigation());
             * navigationPage.BarBackgroundColor = Color.Black;
             * navigationPage.BarTextColor = Color.White;
             * MainPage = navigationPage;*/
            MainPage = new DemoCarouselPage();
        }