Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 11787dbce181f8f5077e527aa3de267ea665d4bd
Author: Mihai Popa <popam@google.com>
Date: Fri May 07 16:36:31 2021
Fix Row/Column spacedBy + weight children
Relnote: "A beta06 regression affecting Row/Column using spacedBy arrangements to layout weighted children was fixed."
Fixes: 187326588
Test: RowColumnTest
Change-Id: Ifaf8c6180000d06e1aaa89553ff60e82638e9465
M compose/foundation/foundation-layout/src/androidAndroidTest/kotlin/androidx/compose/foundation/layout/RowColumnTest.kt
M compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/RowColumnImpl.kt
https://android-review.googlesource.com/1699934
Branch: androidx-main
commit 11787dbce181f8f5077e527aa3de267ea665d4bd
Author: Mihai Popa <popam@google.com>
Date: Fri May 07 16:36:31 2021
Fix Row/Column spacedBy + weight children
Relnote: "A beta06 regression affecting Row/Column using spacedBy arrangements to layout weighted children was fixed."
Fixes: 187326588
Test: RowColumnTest
Change-Id: Ifaf8c6180000d06e1aaa89553ff60e82638e9465
M compose/foundation/foundation-layout/src/androidAndroidTest/kotlin/androidx/compose/foundation/layout/RowColumnTest.kt
M compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/RowColumnImpl.kt
Description
Hello,
After updating to beta06, i encountered a bug with spacedBy modifier in row:
Following code:
Will work differently on beta05 and beta06 (image attached)
Tested on Pixel4 Huawei P30 Lite