From dd7e4794fd611de967c6322dd0bb7ffda41c2f7b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 29 十一月 2021 16:32:55 +0800 Subject: [PATCH] 增加了安防相关功能 --- HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs index 52d41b6..95475ac 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs @@ -795,12 +795,13 @@ contentView.AddChidren(supportView); - + int supportViewCellCount = 1; #region 鏅鸿兘闊崇 if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare) { + supportViewCellCount++; //supportView 鍔犻珮 鏄剧ず3琛� 3*44 - supportView.Height = Application.GetRealWidth(2*44); + supportView.Height = Application.GetRealWidth(supportViewCellCount * 44); FrameLayout smartSpeakerView = new FrameLayout() { @@ -858,8 +859,9 @@ #if __IOS__ //if (Application.PhoneType >= 12) { + supportViewCellCount++; //supportView 鍔犻珮 鏄剧ず3琛� 3*44 - supportView.Height = Application.GetRealWidth(3 * 44); + supportView.Height = Application.GetRealWidth(supportViewCellCount * 44); FrameLayout siriView = new FrameLayout() { -- Gitblit v1.8.0