Fixed
Status Update
Comments
js...@google.com <js...@google.com>
lp...@google.com <lp...@google.com> #2
We recently landed stability improvements and bugfixes in aosp/2258262 and will stabilize ModalBottomSheetLayout following a few release cycles. We are still evaluating the future API of BottomSheetScaffold and are expecting it to stay experimental for a bit more while we migrate it to Swipeable V2.
nj...@google.com <nj...@google.com> #3
@jossiwolf is this on track for 1.6 or moved out to 1.7?
Description
It'd be nice if
Divider
supportedDp.Hairline
. In its current implementation, the divider becomes invisible ifDp.Hairline
is used.I'm currently working this around by manually calculating
1px
indp
:I'd also like to call it out that it feels weird to have
Dp.Hairline
globally available, only to realize that it's up to Composables to manually support it(?). From what I understand, onlyBorderStroke
andModifier.border
account for hairlines inv1.0.1
.