5

I want to set the SpaceBetween property to the Alignment of Row, but it seems has no options to match my need.

Row(horizontalArrangement = Alignment.SpaceBetween)
Abhimanyu
  • 11,351
  • 7
  • 51
  • 121
ccd
  • 5,788
  • 10
  • 46
  • 96
  • 6
    I answered that question in Medium and would be happy to post the answer here once the question is reopen. https://vitor-ramos.medium.com/understand-arrangement-and-alignment-in-jetpack-compose-7633f2ed5b39 – Vitor Ramos Oct 26 '20 at 00:34
  • 1
    The correct way to do this would be `Row(horizontalArrangement = Arrangement.SpaceBetween)` – xdevs23 Mar 21 '21 at 17:50

0 Answers0