Hey guys 👋 ,
I’m trying to create a column of items that are clickable. When user clicks an item, I want an overlay of the same column (slighty adjusted) that overlaps perfectly with the item clicked. Meaning that if users clicks the middle item that would be the middle item in the selection of reaction.
If the last item was selected the middle smiley would be the one aligning with the clicked item.
Attached another image in thread.
I’ve tried to do this with a column and then when an item is clicked I used the modifier.layout to try and move the overlay to the correct position but then it’’s cut as I can’t draw outside the bounds.
I’m thinking Compose must have an easier approach I just don’t see.
Can anyone send me in the right direction?