summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Space.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
| | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-2/+9
| | | | | | | Also updates the constructor of every class that extends View. BUG: 10676369 Change-Id: Ifaf27bf82028d180afa4931c0e906df88d858ac3
* Fix for 5393156Philip Milne2011-09-291-18/+6
| | | | | | | | | | | | | | | . Fix for the above. . Make instances of Space invisible by default. . Correctly accomodate parental constraints when row/col order is undefined. This fix allows GridLayout to accomodate simple dependencies between its axes. In the example given in bug 5393156, the presence of a multi-line TextView means that GridLayout can only compute its height after it has computed its width. This fix adds a second measurement pass to GridLayout that passes infomation betwen the axes, using the GridLayout's orientation property to indicate which axis should be examined first. Change-Id: I90761c6fcfe8edc7ef6d9a89076fd5cda3adc0a4
* Pass width/height specs in the standard way when measuring children.Philip Milne2011-06-171-0/+31
| | | | Change-Id: I127b206cb677f8a09990b6852c98023d6c97112d
* Introduction of GridLayout.Philip Milne2011-05-261-0/+75
Change-Id: Ia2ec315e7d29dcc5aa13b080fc6ce00708e9c034