commit | 0448ab6d7ddf25bdd615dc717933d5c8a364b1b2 | [log] [tgz] |
---|---|---|
author | Kevin <kevhan@google.com> | Fri Apr 26 11:32:31 2019 -0700 |
committer | Kevin <kevhan@google.com> | Mon Apr 29 16:06:32 2019 -0700 |
tree | 22c1b17d84018ff18e44203f60a448cbd19b6357 | |
parent | dd165d2d7cac289df4de379cc8bad98d60773cc0 [diff] |
Don't clip recents items with system bars In order for items to go under the system bars, we have the recents view consume the insets by setting padding to the recyclerview instead of setting the margins with it. Then, we ensure the recycler view does not clip to padding so that items are still visible even when scrolled past. Bug: 131626311 Test: Manual test; items go under system bars Change-Id: Iecbab537b8f9e2993ad5f74f87ba2e0c56fb0f63