From b562a582ac3a288193e6e4f57c5eff8a344305a4 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期五, 27 九月 2024 13:52:17 +0800
Subject: [PATCH] Update AndroidManifest.xml
---
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