HDL Home App 第二版本 旧平台金堂用 正在使用
wjc
2022-12-01 351bdda734832d821a9764b0cde8be5d83c4ec50
ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAirQualitySensorDetailCardForm.cs
@@ -98,7 +98,7 @@
            frameWhiteBack.AddChidren(btnLight);
            //设置LED灯
            btnSetLight = new NormalViewControl(175, 49, true);
            btnSetLight = new NormalViewControl(175+94, 49, true);
            btnSetLight.Y = Application.GetRealHeight(1270 - 35);
            btnSetLight.TextID = R.MyInternationalizationString.SetAirQualitySensorLight;
            btnSetLight.TextSize = 12;
@@ -215,7 +215,6 @@
            frameTemperaturePic.X = Application.GetRealWidth(518);
            frameTemperaturePic.Y = frameHumidityPic.Y;
            frameTemperaturePic.Width = Application.GetMinRealAverage(321);
            frameTemperaturePic.BackgroundColor = 0xffff0000;
            frameTemperaturePic.Height = Application.GetMinRealAverage(351);
            frameTemperaturePic.BackgroundImagePath = "PM2.5Sensor/TemperaturePic.png";
            frameWhiteBack.AddChidren(frameTemperaturePic);