From 3f6685c77beeb12baf840733fb890860f4c26e7c Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 25 七月 2024 17:25:59 +0800
Subject: [PATCH] 2024年07月25日17:24:45

---
 HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs
index 80e6eaa..bb89eec 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs
@@ -313,9 +313,28 @@
 
             contentView.AddChidren(new Button()
             {
-                Height = Application.GetRealHeight(30)
+                Height = Application.GetRealHeight(12)
             });
+            if (isSatrtColor)
+            {
+                var btnSelectColorTip = new Button()
+                {
+                    X = Application.GetRealWidth(16),
+                    Height = Application.GetRealWidth(35),
+                    Width = Application.GetRealWidth(300),
+                    TextAlignment = TextAlignment.CenterLeft,
+                    TextSize = 12,
+                    TextColor = 0x21000000,
+                    TextID = StringId.ColorfulSetTip,// = "鎻愮ず锛氳捣濮嬮鑹查�夋嫨瓒婇潬杩戣壊鐜竟缂橈紝鐐僵鏁堟灉瓒婃槑鏄俱�傝秺闈犺繎鐧借壊涓績锛岀偒褰╂晥鏋滆秺涓嶆槑鏄俱��",
+                    IsMoreLines = true,
+                };
+                contentView.AddChidren(btnSelectColorTip);
 
+                contentView.AddChidren(new Button()
+                {
+                    Height = Application.GetRealHeight(12)
+                });
+            }
             #region 淇濆瓨
             var btnConfrim = new Button()
             {

--
Gitblit v1.8.0