summaryrefslogtreecommitdiffstats
path: root/tests/GridLayoutTest
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-277-61/+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-139-1/+100
* Move Activity1 and Activity2 to API Demos area in development/samples.Philip Milne2011-10-064-244/+0
* Remove call to setPadding() in setUseDefaultMargins().Philip Milne2011-08-052-16/+9
* Fix for http://b/issue?id=5081478Philip Milne2011-08-021-35/+37
* Fix for http://b/issue?id=5064532Philip Milne2011-07-252-21/+23
* 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-072-4/+4
* Support for maximum values in layout GridLayout.Philip Milne2011-07-012-4/+4
* Handle baseline aligned rows in which some components define baseline and som...Philip Milne2011-06-231-49/+19
* Change includeMarginsInAlignment flag to aligmentMode property.Philip Milne2011-06-162-2/+2
* Bugfix for GridLayout assuming that the x value of last column index is maxim...Philip Milne2011-06-132-18/+22
* Optimise the way that indices are auto-allocated so that XML files can normal...Philip Milne2011-06-103-39/+42
* Fix for baseline alignment in LinearLayout compatibiity mode.Philip Milne2011-06-093-11/+13
* Response to code review for GridLayout:Philip Milne2011-06-036-0/+311
* Introduction of GridLayout.Philip Milne2011-05-2616-0/+740