ComposeReorderable icon indicating copy to clipboard operation
ComposeReorderable copied to clipboard

Show static background color instead of blank space when dragging is in progress

Open jayesh83 opened this issue 3 years ago • 2 comments

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:

Screenshot 2022-08-16 at 11 49 07 AM

jayesh83 avatar Aug 16 '22 06:08 jayesh83

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.

aclassen avatar Aug 30 '22 20:08 aclassen

Okay! But I'm not sure actually how to actually go about it. Can you brief little more how exactly I should do it?

jayesh83 avatar Sep 01 '22 05:09 jayesh83