黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
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;