summaryrefslogtreecommitdiff
path: root/tests/GridLayoutTest/src/com/android
AgeCommit message (Expand)Author
2013-09-13Replace wildcard imports with explicit imports Tor Norbye
2012-11-07am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files" Kenny Root
2012-11-07Correct executable bit for source files Kenny Root
2012-09-21Bug #6110465. Optical bounds support for all ViewGroup subclasses. Philip Milne
2012-04-27Fixes for optical bounds feature. Philip Milne
2012-04-23Promote layout debugging code from GridLayout to ViewGroup. Philip Milne
2012-04-18Share Insets instances between views that have the same background (Drawable) Philip Milne
2012-04-13Fix for bug 6110465. Philip Milne
2011-10-06Move Activity1 and Activity2 to API Demos area in development/samples. Philip Milne
2011-08-05Remove call to setPadding() in setUseDefaultMargins(). Philip Milne
2011-08-02Fix for http://b/issue?id=5081478 Philip Milne
2011-07-25Fix for http://b/issue?id=5064532 Philip Milne
2011-07-18Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml. Philip Milne
2011-07-13Rationalize API after adding maximum size feature. Philip Milne
2011-07-07Simplify and tidy the API for maximum value support. Philip Milne
2011-07-01Support for maximum values in layout GridLayout. Philip Milne
2011-06-16Change includeMarginsInAlignment flag to aligmentMode property. Philip Milne
2011-06-13Bugfix for GridLayout assuming that the x value of last column index is maxim... Philip Milne
2011-06-10Optimise the way that indices are auto-allocated so that XML files can normal... Philip Milne
2011-06-09Fix for baseline alignment in LinearLayout compatibiity mode. Philip Milne
2011-06-03Response to code review for GridLayout: Philip Milne
2011-05-26Introduction of GridLayout. Philip Milne