From e90209beae6a4e822cecb18e6889f8bda23f630e Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 14 十二月 2020 11:16:06 +0800
Subject: [PATCH] 合并了晾衣架(非新云端)

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/InformationEditorControl.cs |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/InformationEditorControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/InformationEditorControl.cs
similarity index 95%
rename from ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/InformationEditorControl.cs
rename to ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/InformationEditorControl.cs
index 942c32c..ef53d2a 100644
--- a/ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/InformationEditorControl.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/InformationEditorControl.cs
@@ -1,9 +1,8 @@
-锘縰sing Shared.Phone.UserCenter;
-using System;
+锘縰sing System;
 using System.Collections.Generic;
 using System.Text;
 
-namespace Shared.Phone
+namespace Shared.Phone.UserCenter
 {
     /// <summary>
     /// 淇℃伅缂栬緫鎺т欢(涓嶅缓璁埆浜轰娇鐢�)
@@ -51,7 +50,7 @@
 
             //淇℃伅缂栬緫
             var btnTile = new NormalViewControl(800, 60, true);
-            btnTile.X = HdlControlResourse.XXLeft;
+            btnTile.X = ControlCommonResourse.XXLeft;
             btnTile.Y = Application.GetRealHeight(81);
             btnTile.TextSize = 15;
             btnTile.TextColor = UserCenterColor.Current.TextColor2;
@@ -82,7 +81,7 @@
                 listview.rowSpace = 0;
                 //淇冧娇琚尅浣忕殑鑿滃崟鑳藉鍚戜笂婊戝姩
                 var frameTemp = new FrameLayout();
-                frameTemp.Height = HdlControlResourse.BodyFrameHeight - btnFinish.Yaxis + Application.GetRealHeight(23);
+                frameTemp.Height = ControlCommonResourse.BodyFrameHeight - btnFinish.Yaxis + Application.GetRealHeight(23);
                 listview.AddChidren(frameTemp);
 
                 listview.rowSpace = tempSpace;

--
Gitblit v1.8.0