Android disable Enter key in soft keyboard

前端 未结 5 1509
花落未央
花落未央 2020-12-31 10:36

Can anyone tell me how to disable and enable the Enter key in the soft keyboard?

5条回答
  •  不思量自难忘°
    2020-12-31 11:16

    In the EditText's layout put something like this:

    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.

提交回复
热议问题