Android XML - moving between EditText fields

元气小坏坏 提交于 2019-11-30 20:23:19

As @Delyan suggests, you should be able to add an XML attribute to control this behavior. However, you may want to try using one of the other android:nextFocus____ attributes, such as android:nextFocusForward. A full list of these attributes is available here and below.

You can use android:nextFocusDown to override the tab order. In general, tab looks down, shift+tab looks up and the directional keys/trackball trigger the left/right focus lookup.

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