| | |
| | | /// </summary>
|
| | | public static int BodyFrameHeight
|
| | | {
|
| | | get { return UserView.HomePage.Instance.Height - Application.GetRealHeight(184); }
|
| | | get { return UserView.HomePage.Instance.Height - TopMenuFrameHeight - TopFrameHeight; }
|
| | | }
|
| | | /// <summary>
|
| | | /// 画面BottomFrameLayout的高度(高度:141 注:此变量在个人中心不使用)
|
| | |
| | | /// 徐梅的门锁界面是否是打开的状态
|
| | | /// </summary>
|
| | | public static bool IsDoorLockPageOpen = false;
|
| | | #if Android
|
| | | /// <summary>
|
| | | /// 两个文本拼接时,为了看起来是正常的,需要减去它们之间的间隔误差
|
| | | /// </summary>
|
| | | public static int TwoTextSpace = Application.GetRealWidth(20);
|
| | | #endif
|
| | | #if iOS
|
| | | /// <summary>
|
| | | /// 两个文本拼接时,为了看起来是正常的,需要减去它们之间的间隔误差
|
| | | /// </summary>
|
| | | public static int TwoTextSpace = Application.GetRealWidth(10);
|
| | | #endif
|
| | | }
|
| | | }
|