commit | 16479fd3b2960c60136247891db6bc79f1200e93 | [log] [tgz] |
---|---|---|
author | Zhen Zhang <zzhen@google.com> | Tue Feb 25 16:56:53 2020 -0800 |
committer | Zhen Zhang <zzhen@google.com> | Wed Feb 26 08:45:38 2020 -0800 |
tree | 0f9db14b7b07ba38a13f6c6df882d397b3ca03a4 | |
parent | 6f01c62d29d90c143b93e461f5b61d4f11127e6c [diff] |
Fix Sharesheet grid items not aligned issue The "layout_width" field was set to fixed dp for the top level linearlayout of grid item. Changing it to "match_parent" can fix the issue. The location of inner layouts are centered now. Bug: 148515684 Test: build and flashed to crosshatch device. Grid items in sharesheet are aligned. Change-Id: Id4ab6c44bfadf7caa00b856d3dba6dbb791200b5