wxr
2020-06-15 b8e94316e41eba72d927d5ca7d931b26139ee8ff
Shared.IOS/UI/Application.cs
@@ -28,7 +28,8 @@
        public static bool IsGpsEnable = true;
        public static GpsUseMode CurrentGpsUseMode = GpsUseMode.WhenInUse;
        public static bool IsMusicEnable = true;
        //2019-08-14 修改
        public static double PhoneType
@@ -73,6 +74,7 @@
        /// 默认的字体大小
        /// </summary>
        public static int FontSize = 18;
        public static bool IsUsePingFang = false;
        /// <summary>
        /// 获取实际的宽度
@@ -242,7 +244,7 @@
                mainThreadId = System.Threading.Thread.CurrentThread.ManagedThreadId;
                rootFrameLayout = value;
                CurrentWidth = (int)value.Frame.Width;
                Console.WriteLine ("3========" + CurrentWidth);
                Shared.HDLUtils.WriteLine ("3========" + CurrentWidth);
                CurrentHeight = (int)value.Frame.Height;
                MainPage = new FrameLayout(value) { Width = (int)value.Frame.Width, Height = (int)value.Frame.Height, Parent = new RootView() { Width = (int)value.Frame.Width, Height = (int)value.Frame.Height } };