commit | 6b6a29eea7f6a212447b3cc7b45a081b609ca4b1 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Thu Jan 28 16:04:51 2016 -0800 |
committer | Yigit Boyar <yboyar@google.com> | Thu Jan 28 17:12:41 2016 -0800 |
tree | 8d5d64cb62fcd1b2da3273826488614d87e373a0 | |
parent | 04292f146ce6148cd87f54267bec127a91fbb626 [diff] |
Handle padding in wrap content This CL fixes a bug in GridLayoutManager and StaggeredGridLM where they were ignoring padding in non-scroll direction when calculating the content wrapping. This would eventually cause clipped children. I've also fixed some code-style errors. Change-Id: I7dca4a30007596ae52bf367e5f7af9a10e387954 Bug: 26769843