commit | 87ea7ae2a581f7757d4c016d802c748b5aa5a496 | [log] [tgz] |
---|---|---|
author | Simon Wingrove <simonjw@google.com> | Tue Jun 15 15:58:36 2021 +0100 |
committer | Simon Wingrove <simonjw@google.com> | Fri Jun 18 11:31:09 2021 +0100 |
tree | a4f1fa1888263be669de9c847fc9b3325831dce8 | |
parent | 7dfe7b74a749bf1426a943898bafb59cb63c414c [diff] |
Fix padding and touch target size on BannerMessage. Padding between title and subtitle is 8dp should be 4dp. Touch target on dismiss button is too small for a11y requirements. Use a touch delegate on the card view to increase touchable size without changing layout. Bug: 190780536 Test: Manually confirmed new layout works Test: Use adb shell input tap x y to touch dismiss button Change-Id: I749ab2e7cba811d841804d73c13a2b792591dfa1