History log of /frameworks/base/core/java/android/widget/Space.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4a145d72622772b920f60195e80942058984259c 29-Sep-2011 Philip Milne <pmilne@google.com> Fix for 5393156

. 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
/frameworks/base/core/java/android/widget/Space.java
a789cafb066fd98e0e7f7ce506e3defa8104ba80 17-Jun-2011 Philip Milne <pmilne@google.com> Pass width/height specs in the standard way when measuring children.

Change-Id: I127b206cb677f8a09990b6852c98023d6c97112d
/frameworks/base/core/java/android/widget/Space.java
3f8956d82bb40b15acee26017db0d13ddf43c80a 13-May-2011 Philip Milne <pmilne@google.com> Introduction of GridLayout.

Change-Id: Ia2ec315e7d29dcc5aa13b080fc6ce00708e9c034
/frameworks/base/core/java/android/widget/Space.java