开发者

How do I set the tabbing order of controls in Android?

开发者 https://www.devze.com 2022-12-31 02:32 出处:网络
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,

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消