how to make enter move the focus to the next input in android code example
Example: android how to change focus on confirm button on keyboard
android:nextFocusDown="@+id/.."
android:nextFocusLeft="@+id/.."
android:nextFocusRight="@+id/.."
android:nextFocusUp="@+id/.."