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/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