summaryrefslogtreecommitdiffstats
path: root/tests/GridLayoutTest/src
Commit message (Expand)AuthorAgeFilesLines
* Replace wildcard imports with explicit importsTor Norbye2013-09-134-6/+25
* am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
|\
| * Correct executable bit for source filesKenny Root2012-11-071-0/+0
* | Bug #6110465. Optical bounds support for all ViewGroup subclasses.Philip Milne2012-09-211-3/+2
|/
* Fixes for optical bounds feature.Philip Milne2012-04-271-28/+31
* Promote layout debugging code from GridLayout to ViewGroup.Philip Milne2012-04-231-9/+0
* Share Insets instances between views that have the same background (Drawable)Philip Milne2012-04-181-0/+7
* Fix for bug 6110465.Philip Milne2012-04-131-0/+59
* Move Activity1 and Activity2 to API Demos area in development/samples.Philip Milne2011-10-062-143/+0
* Remove call to setPadding() in setUseDefaultMargins().Philip Milne2011-08-051-12/+4
* Fix for http://b/issue?id=5081478Philip Milne2011-08-021-35/+37
* Fix for http://b/issue?id=5064532Philip Milne2011-07-251-13/+16
* Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml.Philip Milne2011-07-181-3/+1
* Rationalize API after adding maximum size feature.Philip Milne2011-07-133-24/+18
* Simplify and tidy the API for maximum value support.Philip Milne2011-07-071-2/+2
* Support for maximum values in layout GridLayout.Philip Milne2011-07-011-2/+2
* Change includeMarginsInAlignment flag to aligmentMode property.Philip Milne2011-06-161-1/+1
* Bugfix for GridLayout assuming that the x value of last column index is maxim...Philip Milne2011-06-131-16/+12
* Optimise the way that indices are auto-allocated so that XML files can normal...Philip Milne2011-06-102-6/+7
* Fix for baseline alignment in LinearLayout compatibiity mode.Philip Milne2011-06-093-11/+13
* Response to code review for GridLayout:Philip Milne2011-06-035-0/+290
* Introduction of GridLayout.Philip Milne2011-05-268-0/+317