frankelot
12/07/2020, 6:13 PMplaceable.placeRelative(x = 0, y = 0)
but I don’t have a way of asking the view where it wants to be placedlayout
should be the one in charge of placing its children views… but I want to create a set of draggable views that the user can move around freelyRafs
12/07/2020, 6:20 PMfillMaxSize()
After that you can place your children using Modifier.Offset(x, y)
frankelot
12/07/2020, 6:20 PMbruno.aybar
12/08/2020, 12:07 AMmodifier.align(BiasAlignment(horizontalBias, verticalBias))
the bias value goes from -1 (start / top) to 1 (end / bottom)