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/SearchEditText.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

--
Gitblit v1.8.0