From ee98f41de96865281eab6e270bd081d82990edeb Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 20 七月 2023 15:08:53 +0800 Subject: [PATCH] 群控更新 --- HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulInfoPage.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulInfoPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulInfoPage.cs index 2fd1ff6..86ce901 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulInfoPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulInfoPage.cs @@ -61,7 +61,7 @@ TextAlignment = TextAlignment.CenterLeft, TextColor = CSS_Color.FirstLevelTitleColor, TextSize = CSS_FontSize.SubheadingFontSize, - TextID = StringId.ColorfulFunction, + TextID = StringId.ColorfulSwitch, }; viewSwitch.AddChidren(btnSwitchText); @@ -107,6 +107,12 @@ { IsBackground = true }.Start(); }; + contentView.AddChidren(new Button + { + Height = Application.GetRealHeight(10), + BackgroundColor = CSS_Color.BackgroundColor, + }); + #endregion #region 璧峰棰滆壊 -- Gitblit v1.8.0