【问题标题】:how to move the cursor from edittext to another horizontally when I press next? [duplicate]当我按下一步时,如何将光标从edittext水平移动到另一个? [复制]
【发布时间】:2015-08-17 17:34:19
【问题描述】:

当我单击下一步时,它不会一直转,而是会下降?

下面的屏幕截图链接。

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

【问题讨论】:

标签: android android-edittext


【解决方案1】:

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

Focus Handling

nextFocusDown 下一个焦点左 下一个焦点右 下一个焦点

check this tutorial

【讨论】:

    【解决方案2】:

    尝试使用:

    android:nextFocusDown="@+id/your_next_edittext_id"
    

    在您的 EditText 上。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-01-29
      • 2014-08-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多