| | |
| | |
|
| | | //地区码
|
| | | 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;
|
| | |
| | | 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;
|
| | |
| | |
|
| | | //备注
|
| | | 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);
|
| | |
| | |
|
| | | //信息提示
|
| | | 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;
|