| | |
| | | //btnConfirm.IsSelected = false; |
| | | if (string.IsNullOrEmpty(editText.Text.Trim()) || list.Contains(editText.Text.Trim())) |
| | | { |
| | | if (titleId == StringId.ModifyMemberNickname) |
| | | { |
| | | return; |
| | | } |
| | | //if (titleId == StringId.ModifyMemberNickname) |
| | | //{ |
| | | // return; |
| | | //} |
| | | string tipMsgString = ""; |
| | | if (string.IsNullOrEmpty(editText.Text.Trim())) |
| | | { |
| | |
| | | |
| | | Button btnClear = new Button() |
| | | { |
| | | X = Application.GetRealWidth(218), |
| | | Y = Application.GetRealWidth(66), |
| | | X = Application.GetRealWidth(218-25), |
| | | Gravity = Gravity.CenterVertical, |
| | | Width = Application.GetRealWidth(24), |
| | | Height = Application.GetRealWidth(24), |
| | | UnSelectedImagePath = "Public/ClearIcon.png", |
| | | }; |
| | | contentView.AddChidren(btnClear); |
| | | editView.AddChidren(btnClear); |
| | | |
| | | btnClear.MouseUpEventHandler = (sender, e) => |
| | | { |