Need a previous and next button above the keypad

后端 未结 3 658
感动是毒
感动是毒 2021-01-06 12:39

I want to show the virtual keyboard with Prev, Next Buttons above the keyboard.

When the user clicks prev button, cursor should move to the previous edit-text input

3条回答
  •  既然无缘
    2021-01-06 13:09

    You can set proper IME option for the Edittext in the Layout.

    android:imeOptions="actionNext"
    

    and for done

    android:imeOptions="actionDone"

提交回复
热议问题