commit | 648eeb3f9ee10c6792f16d46334c079660d7c45f | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Fri Aug 19 11:31:48 2011 -0700 |
committer | Makoto Onuki <omakoto@google.com> | Tue Aug 23 15:13:31 2011 -0700 |
tree | b0f18865ce07f238d988b0daea59f3c7a3bf8725 | |
parent | 06dfcefaa8e6c711a65146dd293ad5960169a607 [diff] |
Make sure all group/star tiles have the same height Old way: - Let LinearLayout divide its width for children. But some children may get different width than others do, if the width can't be equally divided. - Children always use the given width as height. - So sometimes some children have different height from others. New way: - Do the measurement and layout by ourselves. Bug 5149952 Change-Id: If0421138ab6d8f85fb4391fbd56dc8a75ba0ef33