From f9181a9c8125136f597add7c30cb2ff508d54ba7 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期四, 25 七月 2024 17:34:32 +0800 Subject: [PATCH] 2024年07月25日17:33:40 --- HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs | 28 +++++++++++++++------------- 1 files changed, 15 insertions(+), 13 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs index 7745f79..85a2377 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs @@ -228,19 +228,21 @@ public void LoadView() { bodyView.BackgroundColor = CSS_Color.BackgroundColor; - new TopViewDiv(bodyView, Language.StringByID(StringId.PersonalCenter)).LoadTopView(); + var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.PersonalCenter)); + topView.maginY = 10; + topView.LoadTopView(); bodyScrolView = new VerticalScrolViewLayout() { - Y = Application.GetRealHeight(64), + Y = Application.GetRealHeight(64+10), VerticalScrollBarEnabled = false, - Height = Application.GetRealHeight(551), + Height = Application.GetRealHeight(551-10), }; bodyView.AddChidren(bodyScrolView); if (MainPage.Increase) { - bodyScrolView.Height = Application.GetRealHeight(541); + bodyScrolView.Height = Application.GetRealHeight(541-10); } headPortraitView = new FrameLayout() @@ -262,7 +264,7 @@ }; headPortraitView.AddChidren(userHeadImageView); -#region 涓汉淇℃伅閫夐」鍖哄煙 + #region 涓汉淇℃伅閫夐」鍖哄煙 var topPaddingView = new FrameLayout() { Height = Application.GetRealHeight(8) @@ -296,7 +298,7 @@ optionListView.Height = Application.GetRealHeight(51 * (6 + addRow)); -#region 涓汉閫夐」-鍚嶅瓧鍖哄煙 + #region 涓汉閫夐」-鍚嶅瓧鍖哄煙 /// <summary> /// 涓汉閫夐」-鍚嶅瓧鍖哄煙 /// </summary> @@ -344,8 +346,8 @@ }; userNameView.AddChidren(btnEditUserNameIcon); optionListView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); -#endregion -#region 涓汉閫夐」-浜岀淮鐮佸尯鍩� + #endregion + #region 涓汉閫夐」-浜岀淮鐮佸尯鍩� /// <summary> /// 涓汉閫夐」-浜岀淮鐮佸尯鍩� /// </summary> @@ -392,8 +394,8 @@ UnSelectedImagePath = "Public/Right.png", }; _QRcodeView.AddChidren(btnQRcodeRight); -#endregion -#region 涓汉閫夐」-閭淇℃伅鍖哄煙 + #endregion + #region 涓汉閫夐」-閭淇℃伅鍖哄煙 /// <summary> /// 涓汉閫夐」-閭淇℃伅鍖哄煙 /// </summary> @@ -441,7 +443,7 @@ }; userEmailInfoView.AddChidren(btnUserEmailRight); optionListView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); -#endregion + #endregion #region 涓汉閫夐」-鎵嬫満淇℃伅鍖哄煙 /// <summary> /// 涓汉閫夐」-鎵嬫満淇℃伅鍖哄煙 @@ -854,11 +856,11 @@ logOffView.BtnTilte.Text = Language.StringByID(StringId.CancelAccount); logOffView.LineView.RemoveFromParent(); -#endregion + #endregion btnLogout = new Button() { - Y = Application.GetRealHeight(623), + Y = Application.GetRealHeight(624), Height = Application.GetRealHeight(50), TextAlignment = TextAlignment.Center, TextSize = CSS_FontSize.SubheadingFontSize, -- Gitblit v1.8.0