Fixed
Status Update
Comments
go...@jakewharton.com <go...@jakewharton.com> #2
le...@google.com <le...@google.com>
uo...@google.com <uo...@google.com>
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit ac3e3d079b608eeabe30e21a0baf456d00690592
Author: Jake Wharton <jw@squareup.com>
Date: Mon Mar 04 16:02:07 2024
Support combining individual alignments
Horizontal + Vertical or Vertical + Horizontal will now produce a full Alignment.
Bug: 328086355
Test: gw :compose:ui:ui:conCh :compose:ui:ui:bOS
Relnote: Support combining individual Horizontal and Vertical alignments into a full Alignment.
Change-Id: Ib474cee14462a8402bc66b181097d3a65cf90d89
M compose/ui/ui/api/current.txt
M compose/ui/ui/api/restricted_current.txt
A compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/layout/AlignmentCombineTest.kt
M compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/Alignment.kt
https://android-review.googlesource.com/2986934
Branch: androidx-main
commit ac3e3d079b608eeabe30e21a0baf456d00690592
Author: Jake Wharton <jw@squareup.com>
Date: Mon Mar 04 16:02:07 2024
Support combining individual alignments
Horizontal + Vertical or Vertical + Horizontal will now produce a full Alignment.
Bug: 328086355
Test: gw :compose:ui:ui:conCh :compose:ui:ui:bOS
Relnote: Support combining individual Horizontal and Vertical alignments into a full Alignment.
Change-Id: Ib474cee14462a8402bc66b181097d3a65cf90d89
M compose/ui/ui/api/current.txt
M compose/ui/ui/api/restricted_current.txt
A compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/layout/AlignmentCombineTest.kt
M compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/Alignment.kt
Description
Shouldn't I be able to combine these?
Compose foundation 1.6.2