ComposeReorderable
ComposeReorderable copied to clipboard
Show static background color instead of blank space when dragging is in progress
Is it possible to show some static background color in place of item instead of just blank space while dragging is in progress?
refer image to understand more:
Possible for sure, but not out of the box as the whole ReordableItem gets translated. So atm the way to go would be to roll your own ReordableItem.
Maybe i can check next days to get something easy reusable working, but no promise.
Okay! But I'm not sure actually how to actually go about it. Can you brief little more how exactly I should do it?