wxr
2023-08-18 3fcb73db484d2bed5ee993702913a7eaea68068c
HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs
@@ -313,21 +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,
                Text = "提示:起始颜色选择越靠近色环边缘,炫彩效果越明显。越靠近白色中心,炫彩效果越不明显。",
                    TextID = StringId.ColorfulSetTip,// = "提示:起始颜色选择越靠近色环边缘,炫彩效果越明显。越靠近白色中心,炫彩效果越不明显。",
                IsMoreLines = true,
            };
            contentView.AddChidren(btnSelectColorTip);
                contentView.AddChidren(new Button()
                {
                    Height = Application.GetRealHeight(12)
                });
            }
            #region 保存
            var btnConfrim = new Button()
            {