Android 键盘 Enter/Next 按钮处理程序
在我的 Android 应用程序中,我有 4 个 EditText
布局如下:
E11 E12
E21 E22
当我在 E11 中编写并点击 Enter 或 TAB 时,它会将 E21 作为默认的 Android 行为。我怎样才能使它转到E12?
In my Android application I have 4 EditText
s laid out like this:
E11 E12
E21 E22
When I'm writing in E11 and tap Enter or TAB, it focus E21 as a default Android behaviour. How can I make it go to E12 instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要查看以下 xml 属性:
更多信息和示例教程可以在此找到 链接。
You would want to look at the following xml attributes :
More information and sample tutorial can be found at this link.