当我按下下一步时,如何将光标从 edittext 水平移动到另一个?

how to move the cursor from edittext to another horizontally when I press next?

当我点击下一步时,它并没有一直运行,而是下降了?

下面的截图链接。

我尝试了所有类型的布局。

尝试使用:

android:nextFocusDown="@+id/your_next_edittext_id"

在你的 EditText 上。

您可以使用下一个焦点属性进行焦点处理

Focus Handling

下一个FocusDown 下一个焦点向左 下一个FocusRight 下一个焦点

check this tutorial