wxr
2023-08-09 c42067f3157c983c64882e48977a7aa7ed7ef62e
Update ColorfulSettingPage.cs
1个文件已修改
12 ■■■■■ 已修改文件
HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()
            {