I want to enter the next EditText when I press the Enter key in EditText, what should I do?

Asked 2 years ago, Updated 2 years ago, 62 views

We are currently creating a membership activity. But it's so cumbersome to click on each form one by one I want to enter the next EditText when I press the Enter key in EditText, what should I do?

android edittext

2022-09-21 14:17

1 Answers

Try android:nextFocusDown="@id/ID/ID" in the EditText property in xml If you can't, give me android:timeOptions="actionNext".


2022-09-21 14:17

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.