OSDN Git Service

Fix talkback issue which focus on entire grid
authorYanting Yang <yantingyang@google.com>
Mon, 1 Apr 2019 10:13:17 +0000 (18:13 +0800)
committerYanting Yang <yantingyang@google.com>
Mon, 1 Apr 2019 10:38:42 +0000 (18:38 +0800)
commita0982b39bc7a674c5f8a378b4d599d31ee51d70f
treee6033e4b161628339c382d47a6176095126e1e33
parent968b1aaea220b88b8607cb7c27f886891b88a34d
Fix talkback issue which focus on entire grid

When there is only one condition card, sometimes talkback will focus on
entire grid. In fact, the entire grid is a recycler view which is the
container to put all contextual cards. Mark the recycler view with no
important for accessibility to fix it.

Fixes: 128896302
Test: visual
Change-Id: I177fa014ec3208001b3a490dbdf9b6b6195985ea
res/layout/settings_homepage.xml