79707231

Date: 2025-07-19 12:25:35
Score: 0.5
Natty:
Report link

I was able to do this for buttons with a FlowRow parent with

FlowRow (
    horizontalArrangement = Arrangement.spacedBy((-1).dp),
) {
    // Buttons here
}

For my 1.dp borders, this works excellently and is about as simple as I believed this task would be.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Thomas