setOnKeyListener not responding

后端 未结 6 1062
执念已碎
执念已碎 2021-01-05 17:43

I am new to Android and working through a to do list example from a book. I have one Activity which is displaying an EditText and a ListView beneath it. There is an onKey ev

6条回答
  •  [愿得一人]
    2021-01-05 18:10

    Instead of setOnKeyListener, try to implement setOnEditorActionListener. Hope this helps.

提交回复
热议问题