增益的EditText重点软键盘敲击旁边

问题描述:

我有一个ListView里面无数edittexts。我想在键入每个由一个edittexts之一,而不必通过列表视图中滚动。我该怎么做?

I have numerous edittexts inside a listview. I want to type in each of the edittexts one by one without having to scroll through the listview. How can I do that?

使用的android:nextFocusDown 参数指定您希望当用户要获得焦点的字段打回车键。

Use the android:nextFocusDown param to specify which field you'd like to get focus when the user hits the enter key.