When i click next it does not go all way round but it goes down?
Screenshot links below.
I have tried all types of Layouts.
When i click next it does not go all way round but it goes down?
Screenshot links below.
I have tried all types of Layouts.
you can use the next focus attribute for Focus Handling
nextFocusDown nextFocusLeft nextFocusRight nextFocusUp
Try using:
android:nextFocusDown="@+id/your_next_edittext_id"
on your EditText
's.