有没有办法知道用户何时按下键盘上的ok键?
答案 0 :(得分:3)
在setOnEditorActionListener()
上拨打EditText
,当用户按下IME操作密钥时,OnEditorActionListener
将会onEditorAction()
。
请注意,并非所有的IME都有这样的密钥,所以不要指望它。
答案 1 :(得分:0)
尝试KeyEvent.FLAG_EDITOR_ACTION
来自:http://developer.android.com/reference/android/view/KeyEvent.html#FLAG_EDITOR_ACTION