| | |
| | | frameInput.AddChidren(btnFild);
|
| | |
|
| | | //您的反馈和意见会让我们变得更好
|
| | | //var txtInput = new TextInputControl(bodyFrameLayout.Width - ControlCommonResourse.XXLeft * 2, Application.GetRealHeight(470), false); |
| | | var txtInput = new EditTextView();
|
| | | txtInput.Width = bodyFrameLayout.Width - ControlCommonResourse.XXLeft * 2;
|
| | | txtInput.Height = Application.GetRealHeight(470);
|
| | |
| | | txtInput.PlaceholderTextColor = UserCenterColor.Current.TextGrayColor1;
|
| | | txtInput.PlaceholderText = Language.StringByID(R.MyInternationalizationString.uYouSuggestionMsg);
|
| | | frameInput.AddChidren(txtInput);
|
| | | txtInput.InitIosPlaceholderUILabelWithHeight(Application.GetRealHeight(60));
|
| | | txtInput.TextChangeEventHandler += (sender, txtvalue) =>
|
| | | {
|
| | | if (this.suggestionCount <= 0)
|