From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 17 十二月 2020 09:07:13 +0800
Subject: [PATCH] 新云端Ver1.3

---
 ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/SearchEditText.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SearchEditText.cs b/ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/SearchEditText.cs
similarity index 96%
rename from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SearchEditText.cs
rename to ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/SearchEditText.cs
index a623b68..68a3303 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SearchEditText.cs
+++ b/ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/SearchEditText.cs
@@ -1,7 +1,7 @@
 锘縰sing System;
 using System.Threading.Tasks;
 
-namespace Shared.Phone.UserCenter
+namespace Shared.Phone
 {
     /// <summary>
     /// 鍒朵綔涓�涓牴鎹敭鍊艰繘琛屾悳绱㈢殑鎺т欢
@@ -73,13 +73,13 @@
             //鎼滅储鍥炬爣
             var btnIcon = new IconViewControl(52);
             btnIcon.Gravity = Gravity.CenterVertical;
-            btnIcon.X = ControlCommonResourse.XXLeft;
+            btnIcon.X = HdlControlResourse.XXLeft;
             btnIcon.UnSelectedImagePath = "Item/Search.png";
             this.AddChidren(btnIcon);
 
             //鍙栨秷
             var btnCancel = new IconViewControl(58);
-            btnCancel.X = this.Width - ControlCommonResourse.XXLeft / 2 - btnCancel.IconSize;
+            btnCancel.X = this.Width - HdlControlResourse.XXLeft / 2 - btnCancel.IconSize;
             btnCancel.UnSelectedImagePath = "Item/CancelIcon.png";
             btnCancel.Gravity = Gravity.CenterVertical;
             this.AddChidren(btnCancel);

--
Gitblit v1.8.0