EditText OnKeyListener not working

前端 未结 5 1537
伪装坚强ぢ
伪装坚强ぢ 2020-12-03 17:57

I know this/similar question has been asked before but the solution given is not working for me so I\'m asking again. I tried the solution given in that answer but still my

5条回答
  •  北海茫月
    2020-12-03 18:23

    There's an attribute for EditText: android:imeOptions

    
    

    I noticed that for values: actionGo, actionNone, normal, actionSearch onKeyListener got called.

    P.S. It even worked without specifying that attribute.!

提交回复
热议问题