Вы можете попробовать ниже упомянутый в макете XML ...
android:nextFocusDown=<id of the next control to be focussed>
android:nextFocusLeft=<id of the previous control to be focussed>
Или установите слушателей для вкладки в Java. например,
if (<current control>.isFocused()) <next control>.requestFocus();