| | |
| | | public static bool IsGpsEnable = true; |
| | | public static GpsUseMode CurrentGpsUseMode = GpsUseMode.WhenInUse; |
| | | |
| | | |
| | | |
| | | public static bool IsMusicEnable = true; |
| | | |
| | | //2019-08-14 修改 |
| | | public static double PhoneType |
| | |
| | | /// 默认的字体大小 |
| | | /// </summary> |
| | | public static int FontSize = 18; |
| | | public static bool IsUsePingFang = false; |
| | | |
| | | /// <summary> |
| | | /// 获取实际的宽度 |
| | |
| | | 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 } }; |