陈嘉乐
2021-01-12 330e3ae4cdd1e9facb14b6ea2b3e609166c04fd3
HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPage.cs
@@ -137,7 +137,7 @@
                Width = Application.GetRealWidth(168 - 40),
                Height = Application.GetRealHeight(288 - 16 - 16),
                BorderColor = 0x00000000,
                CornerRadius = Application.GetRealWidth(40),
                CornerRadius = Application.GetRealWidth(30),
                BorderWidth = 0,
                Progress = light.brightness,
                IsProgressTextShow = false,
@@ -164,7 +164,6 @@
                Text = light.brightness + "%",
            };
            controlView.AddChidren(btnBrightnessText);
            #region 渐变时间调节
            var btnGradualChangeText = new Button()