wxr
2023-08-04 20f70e3446df19bf5d0faaae9f7bd58fd0fc4bcc
Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs
@@ -13,7 +13,8 @@
        static UserRoom curView = null;
        Thread readEnergyThead;
        Thread readEnergyThead;
        bool readEnergy = false;
        List<Common> EnergtLightList = new List<Common> ();
        static string AirQCity = "";
@@ -578,7 +579,7 @@
                        Text = AirQTemp,
                        TextSize = Application.DeviceType == Device.Ios ? 40 : 34,
                        TextAlignment = TextAlignment.Center,
                        FontName = "TitilliumText25L"
                        //FontName = "TitilliumText25L"
                    };
                    airQualityView.AddChidren (btnTemp);
                    Button btnHumidityIcon = new Button () {