OSDN Git Service

Enabled (asymmetric) tab selection in GridView
authorEvan Rosky <erosky@google.com>
Mon, 15 May 2017 22:36:15 +0000 (15:36 -0700)
committerEvan Rosky <erosky@google.com>
Mon, 15 May 2017 22:58:45 +0000 (15:58 -0700)
commit8c8ac8125ac93e87733994190bb54925d188bdc1
tree73d9044d850d34552599045adda0b09e3d094db7
parentb827c5234c3087472885790a89fefec9a1f46eed
Enabled (asymmetric) tab selection in GridView

We decided its better for tab to do something than to have no
tab navigation within GridView.

Also fixed a small bug that made backwards focus order not work
right.

Bug: 38264959
Test: Manually tested in test-app. Added basic CTS for tab keys
Change-Id: I8236deed26e6d8b8cae0130359b104af4d9a244d
core/java/android/widget/GridView.java