Android imeOptions=“actionDone” not working

前端 未结 8 2066
无人及你
无人及你 2020-12-16 09:14

I am trying to get a login screen for an Android app and so far this is my code:



        
8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 09:56

    You should set OnEditorActionListener for the EditText to implement the action you want to perform when user clicks the "Done" in keyboard.

提交回复
热议问题