print 'Too short' print 'Password should contain atleast one uppercasePassword is OK"Enter the password: niswdgER41
Password should contain atleast one uppercase
我使用的是TextWatcher,所以当我开始在编辑文本中键入某些内容时,它显示了所有的大写字母,但我需要添加一个功能,当我按下ENTER时,在输入所有内容时都应该使用小写字母。我该怎么做?scene.addTextChangedListener(new TextWatcher() {
public void onTextChanged(CharSequence arg0, int arg1, int arg2, int arg3) {