From 9299395475a27a1da2d7e5d3b61c9346738b3153 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 22 六月 2022 14:42:04 +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