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/Safety/CoercePswAddContactForm.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Safety/CoercePswAddContactForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Safety/CoercePswAddContactForm.cs
index aad47d2..367fc18 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Safety/CoercePswAddContactForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Safety/CoercePswAddContactForm.cs
@@ -89,7 +89,7 @@
 
             //鍦板尯鐮�
             var btnArea = new NormalViewControl(127, 60, true);
-            btnArea.X = HdlControlResourse.XXLeft;
+            btnArea.X = ControlCommonResourse.XXLeft;
             btnArea.Y = Application.GetRealHeight(57);
             btnArea.Text = "+86";
             btnArea.TextAlignment = TextAlignment.Center;
@@ -123,7 +123,7 @@
                 txtPhone.Text = string.Empty;
             };
             //绾�
-            var btnLine = new NormalViewControl(Application.GetRealWidth(965), HdlControlResourse.BottomLineHeight, false);
+            var btnLine = new NormalViewControl(Application.GetRealWidth(965), ControlCommonResourse.BottomLineHeight, false);
             btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine;
             btnLine.Y = Application.GetRealHeight(150);
             btnLine.Gravity = Gravity.CenterHorizontal;
@@ -133,7 +133,7 @@
 
             //澶囨敞
             var txtNote = new TextInputControl(Application.GetRealWidth(740), txtPhone.Height, false);
-            txtNote.X = HdlControlResourse.XXLeft;
+            txtNote.X = ControlCommonResourse.XXLeft;
             txtNote.Y = btnLine.Bottom + Application.GetRealHeight(60);
             txtNote.PlaceholderText = Language.StringByID(R.MyInternationalizationString.uPlesaeInputNoteInformation);
             frameBack.AddChidren(txtNote);
@@ -151,7 +151,7 @@
 
             //淇℃伅鎻愮ず
             this.btnErrorMsg = new NormalViewControl(bodyFrameLayout.Width, Application.GetRealHeight(60), false);
-            btnErrorMsg.X = HdlControlResourse.XXLeft;
+            btnErrorMsg.X = ControlCommonResourse.XXLeft;
             btnErrorMsg.Y = frameBack.Bottom + Application.GetRealHeight(29);
             btnErrorMsg.TextColor = 0xfff75858;
             btnErrorMsg.TextSize = 12;

--
Gitblit v1.8.0