HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulSettingPage.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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() {