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/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 367fc18..aad47d2 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 = ControlCommonResourse.XXLeft;
+            btnArea.X = HdlControlResourse.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), ControlCommonResourse.BottomLineHeight, false);
+            var btnLine = new NormalViewControl(Application.GetRealWidth(965), HdlControlResourse.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 = ControlCommonResourse.XXLeft;
+            txtNote.X = HdlControlResourse.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 = ControlCommonResourse.XXLeft;
+            btnErrorMsg.X = HdlControlResourse.XXLeft;
             btnErrorMsg.Y = frameBack.Bottom + Application.GetRealHeight(29);
             btnErrorMsg.TextColor = 0xfff75858;
             btnErrorMsg.TextSize = 12;

--
Gitblit v1.8.0