Gain edittext focus tapping next in soft keyboard

孤街醉人 提交于 2019-12-25 03:08:53

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/17058725/gain-edittext-focus-tapping-next-in-soft-keyboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!