示例#1
0
文件: App.cs 项目: mxmaa64/Calender
        public App()
        {
            FixParams.ChangeAspectSize();
            HomePage = new FirstPage();

            MainPage = new NavigationPage(HomePage);
            MainPage.SetValue(NavigationPage.BarBackgroundColorProperty, FixParams.PanelColor);
            MainPage.SetValue(NavigationPage.BarTextColorProperty, FixParams.FontColor);
        }
示例#2
0
        public App()
        {
            FixParams.ChangeAspectSize();
            HomePage = new FirstPage();

            MainPage = new NavigationPage(HomePage);
            MainPage.SetValue(NavigationPage.BarBackgroundColorProperty, FixParams.PanelColor);
            MainPage.SetValue(NavigationPage.BarTextColorProperty, FixParams.FontColor);
        }