Can you set “tab order” in XML Layout?

前端 未结 7 2223
不思量自难忘°
不思量自难忘° 2020-12-05 16:49

I\'ve got users with tablets that have a tab key on their soft keyboard. I am using a table view and have 3 EditText Fields in one row with EditText fields below the curren

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 17:32

    For me android:nextFocusUp, android:nextFocusRight, android:nextFocusDown and android:nextFocusLeft were not working, but android:nextFocusForward did work.

    See Supporting Keyboard Navigation, Handle Tab Navigation.

提交回复
热议问题