From f9634c562782f54bad0fcf86af3443d3706712d6 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 25 四月 2023 17:37:19 +0800
Subject: [PATCH] 信息备份
---
Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs
index e514a4b..fdf5202 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs
+++ b/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 () {
--
Gitblit v1.8.0