I ran into a problem: I have username and password fields for activity, now when I click on the username keyboard but donβt click the next button on it and I canβt go to the next Edittext control via the keyboard, in this case the keyboard displays the enter button in it as attached in the screenshot, which increases its height,
will someone tell me what is the solution to this problem (to display the next button on edittext)?
any help would be appreciated 
My code
txtUserid = (EditText)findViewById(R.id.txtUserID); txtUserPasword = (EditText)findViewById(R.id.txtPassword); txtUserid.setNextFocusDownId(R.id.txtPassword); txtUserPasword.setNextFocusDownId(R.id.btnLogin);
android
UMAR Jan 25 2018-12-12T00: 00Z
source share