简体   繁体   English

在软键盘上获得edittext焦点点击

[英]Gain edittext focus tapping next in soft keyboard

I have numerous edittexts inside a listview. 我在列表视图中有许多edittext。 I want to type in each of the edittexts one by one without having to scroll through the listview. 我想一个个地输入每个edittext,而不必在列表视图中滚动。 How can I do that? 我怎样才能做到这一点?

使用android:nextFocusDown参数来指定当用户按下Enter键时要聚焦的字段。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM