You can move between fields with the track ball. As the titl开发者_StackOverflow社区e says I am looking forward to know how to I set the tabbing order of controls in Android?
Use android:nextFocusDown
, etc. See the "Focus Handling" section of the documentation on Views.
精彩评论