From 0d9f64668fd7350d6a21fd157e32009a96d98134 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 16 十二月 2020 13:09:08 +0800
Subject: [PATCH] 新云端代码Ver1.2

---
 ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs
index 2d00dab..eaec985 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs
@@ -46,7 +46,7 @@
             var btnHouseIcon = new IconViewControl(69);
             btnHouseIcon.UnSelectedImagePath = "Item/Floor.png";
             btnHouseIcon.Y = Application.GetRealHeight(86);
-            btnHouseIcon.X = ControlCommonResourse.XXLeft;
+            btnHouseIcon.X = HdlControlResourse.XXLeft;
             this.AddChidren(btnHouseIcon);
             //娑堟伅鍥炬爣
             var btnMsg = new IconViewControl(69);
@@ -57,7 +57,7 @@
             //浣忓畢鍚嶅瓧
             this.btnHouse = new NormalViewControl(300, 95, true);
             btnHouse.TextSize = 24;
-            btnHouse.X = ControlCommonResourse.XXLeft;
+            btnHouse.X = HdlControlResourse.XXLeft;
             btnHouse.Y = Application.GetRealHeight(161);
             btnHouse.TextID = R.MyInternationalizationString.uMyResidence;
             this.AddChidren(btnHouse);
@@ -233,7 +233,7 @@
 
             //搴曢儴鑿滃崟
             var frameMenu = new FrameLayout();
-            frameMenu.Height = ControlCommonResourse.BottomFrameHeight;
+            frameMenu.Height = HdlControlResourse.BottomFrameHeight;
             frameMenu.Gravity = Gravity.BottomCenter;
             this.AddChidren(frameMenu);
             //绾�

--
Gitblit v1.8.0