@yaqub use EditorActionListener with imeOptions="actionDone"
like
- set the android:imeOptions="actionDone" property for edittext which is there in list.
- use editText.setOnEditorActionListener(onEditorActionListener)
- track if(actionId == EditorInfo.IME_ACTION_DONE) {//here do your action}