summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/GridLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml.Philip Milne2011-07-181-34/+42
* Rationalize API after adding maximum size feature.Philip Milne2011-07-131-187/+230
* Simplify and tidy the API for maximum value support.Philip Milne2011-07-071-78/+104
* Support for maximum values in layout GridLayout.Philip Milne2011-07-011-307/+418
* Handle baseline aligned rows in which some components define baseline and som...Philip Milne2011-06-231-18/+63
* Minor tweaks to GridLayout for KeyGuardScreenUnlock.Philip Milne2011-06-211-26/+24
* Accomodate margins in child measurements.Philip Milne2011-06-201-64/+149
* Ensure measuredWidth > getSuggestedMinimumWidth(), same for height.Philip Milne2011-06-201-11/+12
* Pass width/height specs in the standard way when measuring children.Philip Milne2011-06-171-44/+6
* Change includeMarginsInAlignment flag to aligmentMode property.Philip Milne2011-06-161-40/+78
* Merge "Update GridLayout constructors to properly handle DEBUG=true"Jim Miller2011-06-161-7/+6
|\
| * Update GridLayout constructors to properly handle DEBUG=trueJim Miller2011-06-161-6/+5
* | Future-proofing: change Alignment interface to abstract class and add a param...Philip Milne2011-06-151-39/+44
|/
* Bugfix for GridLayout assuming that the x value of last column index is maxim...Philip Milne2011-06-131-10/+10
* Optimise the way that indices are auto-allocated so that XML files can normal...Philip Milne2011-06-101-101/+102
* Fix for baseline alignment in LinearLayout compatibiity mode.Philip Milne2011-06-091-126/+148
* Response to code review for GridLayout:Philip Milne2011-06-031-245/+471
* Introduction of GridLayout.Philip Milne2011-05-261-0/+2036