setOnEditorActionListener not working with soft keyboard submit button, but does with laptop Enter key?

后端 未结 5 1777
北荒
北荒 2021-01-12 02:47

Can someone please provide a solution to get a working listener for the soft-keyboard DONE button, and/or explain what I\'m doing wrong in my current approach?<

5条回答
  •  轮回少年
    2021-01-12 03:11

    I had the same problem, for me, adding android:singleLine="true" in EditText did the trick

提交回复
热议问题