Is it possible when using imeOptions="actionNext" to make the focus go to the next field from left to right instead of just vertical. For example is I have a layout like
EditText - A EditText - b EditText - c <linearLayout horizontal>EditText - d | EditText - e</linearlayout> EditText - f The order seems to go, if using the next button on the soft keyboard: A, B, C, D, F, but I want A, B, C, D, E, F. Is there a way to make it from left to right, then top to bottom, instead of just top to bottom? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

