Can anyone tell me how to disable and enable the Enter key in the soft keyboard?
In the EditText's layout put something like this:
EditText's
android:digits="abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ,"
You can also enumerate the rest of the symbols that you would like to be able to enter there, but not the enter key.