I have a username/password activity but when the focus is in the username, the softkey "Next" does not show up in the keyboard. I have event tried usernameText.setNextFocusDownId(R.id.editTextPassword); in my activity .java, and android:nextFocusDown="@+id/editTextPassword"> in my layout .xml
Along those same lines, I also have a carriage return key show up in both my username and password fields. Is there a way to make that go away since it really doesn't make sense in the context of a username/password situation. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

