commit | 9c9573721140c260d4614c7ac58923dcfa0cea22 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Tue Jan 04 17:39:43 2011 -0800 |
committer | Romain Guy <romainguy@google.com> | Tue Jan 04 17:39:43 2011 -0800 |
tree | 2aa2592f08b86df00a95a6c4e37c34fa5e163130 | |
parent | 6b5108bc9ce6401174fb1abf6791222f3e0353c4 [diff] |
Make FrameLayout support mixed wrap_content/match_parent children. Bug #3259668 If a FrameLayout is measured with an UNSPECIFIED or AT_MOST spec, it cannot correctly define the size of its children set to match_parent. This change adds a second measurement pass similar to what LinearLayout does in the same situation. Change-Id: I20ac5203c2efc2e559f88b2c9573d4ad7df488b4