commit | f7dabb088a474f821d1b07af9a51d063b4782537 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Thu Jun 25 14:47:14 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Thu Jun 25 14:47:14 2009 -0700 |
tree | 1c26eff565029dd58c244bf038181b39fcb279ec | |
parent | eb3ec64a6a962aa48a46753c6e69ce24f889a4cc [diff] |
Fixes #1943309. RelativeLayout was confused by gravities. RelativeLayout, when measured with AT_MOST, was applying the gravity on its children way too early. This caused the RL to set its measured size to a value that was larger than necessary. This fixes the issue by deferring the positioning of the gravity-dependent children until the dimensions of the layout are known.