Join Slack
Powered by
For the new SplitButton from M3 Expressive - does ...
# compose
c
Christopher Mederos
03/20/2026, 1:25 AM
For the new SplitButton from M3 Expressive - does anyone know how to implement menu placement described in this guide? The package reference example does not set the placement at all (defaulting to edge of screen)
https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#SplitButtonLayout(kotlin.Fu[…]androidx.compose.ui.unit.Dp)
https://m3.material.io/components/split-button/guidelines
a
adit
03/20/2026, 3:10 PM
The key is to add the offset parameter to your DropdownMenu.
👍 1
8
Views
Open in Slack
Previous
Next