From c42067f3157c983c64882e48977a7aa7ed7ef62e Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 09 八月 2023 21:19:57 +0800
Subject: [PATCH] Update ColorfulSettingPage.cs
---
HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs
index 80e6eaa..3775e43 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs
@@ -316,6 +316,18 @@
Height = Application.GetRealHeight(30)
});
+ var btnSelectColorTip = new Button()
+ {
+ Height = Application.GetRealWidth(35),
+ Width = Application.GetRealWidth(300),
+ TextAlignment = TextAlignment.CenterLeft,
+ TextSize = 12,
+ TextColor = 0x21000000,
+ Text = "鎻愮ず锛氳捣濮嬮鑹查�夋嫨瓒婇潬杩戣壊鐜竟缂橈紝鐐僵鏁堟灉瓒婃槑鏄俱�傝秺闈犺繎鐧借壊涓績锛岀偒褰╂晥鏋滆秺涓嶆槑鏄俱��",
+ IsMoreLines = true,
+ };
+ contentView.AddChidren(btnSelectColorTip);
+
#region 淇濆瓨
var btnConfrim = new Button()
{
--
Gitblit v1.8.0