From 9a4629512ccf8359efd88671c9317c3cc7faf0c8 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期一, 29 八月 2022 16:46:40 +0800
Subject: [PATCH] Merge branch 'dev' into dev-temp
---
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