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

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs b/ZigbeeApp/Shared/Phone/Common/Controls/NormalControls/MostRightIconControl.cs
similarity index 94%
rename from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs
rename to ZigbeeApp/Shared/Phone/Common/Controls/NormalControls/MostRightIconControl.cs
index a4f9165..80d063d 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MostRightIconControl.cs
+++ b/ZigbeeApp/Shared/Phone/Common/Controls/NormalControls/MostRightIconControl.cs
@@ -2,7 +2,7 @@
 using System.Collections.Generic;
 using System.Text;
 
-namespace Shared.Phone.UserCenter
+namespace Shared.Phone
 {
     /// <summary>
     /// 鍋氭垚鏀惧湪鐢婚潰鍙宠竟鐨勭殑鍥炬爣鎺т欢(娉ㄦ剰,瀹冧笉鑳界敤鏉ュ仛銆愬悜鍙炽�戠殑鍥炬爣)
@@ -56,10 +56,10 @@
             this.UseClickStatu = false;
 
             this.Width = this.GetPictrueRealSize(110);
-            this.Height = this.Parent != null ? this.Parent.Height : ControlCommonResourse.ListViewRowHeight;
+            this.Height = this.Parent != null ? this.Parent.Height : HdlControlResourse.ListViewRowHeight;
             this.Gravity = Gravity.CenterVertical;
 
-            var XX = Application.CurrentWidth - this.GetPictrueRealSize(i_width) - ControlCommonResourse.XXLeft;
+            var XX = Application.CurrentWidth - this.GetPictrueRealSize(i_width) - HdlControlResourse.XXLeft;
             this.X = XX - this.GetPictrueRealSize((110 - i_width) / 2);
 
             this.btnIcon = new IconControlCommon();

--
Gitblit v1.8.0