0

Normally, if I have many EditText in LinearLayout, when I pressed Enter in one of the EditText, it will automatically jump to next EditText.

My question is can I pressed Enter in a EditText and make it jump to other view(like ImageView,Checkbox...)?

Season
  • 1,178
  • 2
  • 22
  • 42

1 Answers1

0

Add onEditorListener to the EditText and catch the Enter press then you could do whatever you want. read it

Community
  • 1
  • 1
EE66
  • 4,601
  • 1
  • 17
  • 20