summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/GridLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Fix for http://b/issue?id=5297155Philip Milne2011-09-181-192/+280
* Remove call to setPadding() in setUseDefaultMargins().Philip Milne2011-08-051-6/+6
* Tidy.Philip Milne2011-08-031-143/+59
* Fix for http://b/issue?id=5081478Philip Milne2011-08-021-216/+139
* Fix for http://b/issue?id=5064532Philip Milne2011-07-251-189/+148
* Merge "Fix 5056699: GridLayout should maintain static indices for "gone" views."Jim Miller2011-07-201-2/+0
|\
| * Fix 5056699: GridLayout should maintain static indices for "gone" views.Jim Miller2011-07-201-2/+0
* | Expose to the platform the ability to pick up changes in child visibility.Philip Milne2011-07-191-0/+12
* | Fix build breakage.Philip Milne2011-07-191-0/+6
* | Gather View's hierarchy notifications into methods that can easily be overidden.Philip Milne2011-07-191-47/+4
* | 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