Guest User

Untitled

a guest
Jan 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. private final OnEditorActionListener mOnEditorActionListener = new OnEditorActionListener() {
  2. /**
  3. * Called when the input method default action key is pressed.
  4. */
  5. @Override
  6. public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  7. onSubmitQuery();
  8. return true;
  9. }
  10. };
Add Comment
Please, Sign In to add comment