Join Slack
Powered by
Hi, I would like to anchor a floating action butto...
# compose
j
Julius Marozas
06/24/2020, 9:16 AM
Hi, I would like to anchor a floating action button to the edge of a bottom sheet. In xml I would use
app:layout_anchor
with
app:layout_anchorGravity
. Is this currently possible in Compose?
m
Mihai Popa
06/24/2020, 4:23 PM
Have you tried using
Stack
or
Modifier.offset
?
Open in Slack
Previous
Next