From acb2b278663952ce555b06a2e821f359225f15e0 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 10 七月 2020 09:41:15 +0800 Subject: [PATCH] 备份 --- ZigbeeApp/Shared/Phone/UserView/UserPage.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Home0630/Shared/Phone/UserView/UserPage.cs b/ZigbeeApp/Shared/Phone/UserView/UserPage.cs old mode 100644 new mode 100755 similarity index 98% rename from Home0630/Shared/Phone/UserView/UserPage.cs rename to ZigbeeApp/Shared/Phone/UserView/UserPage.cs index 908cda3..86a34af --- a/Home0630/Shared/Phone/UserView/UserPage.cs +++ b/ZigbeeApp/Shared/Phone/UserView/UserPage.cs @@ -40,7 +40,7 @@ /// <summary> /// 鐢ㄦ埛涓讳綋鐣岄潰锛堜腑闂撮儴鍒嗭級 /// </summary> - private FrameLayout bodyFrameView = null; + private NormalFrameLayout bodyFrameView = null; /// <summary> /// 鐣岄潰缂撳瓨(2020.05.07:鍒囨崲鏃朵笉绉婚櫎鐣岄潰,鐩存帴闅愯棌) /// </summary> @@ -80,14 +80,14 @@ return; } #if iOS - if (Shared.Application.PhoneType >= 10) + if (Shared.Application.IsFullScreen == true) { //楂樼増鏈殑鑻规灉鏈哄瀷锛屽睆骞曞簳閮ㄤ細鏈変竴涓粦鑹茬殑鏉� ControlCommonResourse.BottomFrameHeight = Application.GetRealHeight(242); } #endif //鐢ㄦ埛涓讳綋鐣岄潰锛堜腑闂撮儴鍒嗭級 - this.bodyFrameView = new FrameLayout(); + this.bodyFrameView = new NormalFrameLayout(); bodyFrameView.Height = this.Height - UserCenter.ControlCommonResourse.BottomFrameHeight; bodyFrameView.BackgroundColor = Shared.Common.ZigbeeColor.Current.MainColor; this.AddChidren(bodyFrameView); -- Gitblit v1.8.0