| | |
| | | |
| | | 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() |
| | | { |