I'm starting with Android development and I was trying to create a ListView
item that acts like this image:
.
On the last step the user can click on "more" or "delete" and the other view will stay there like the last step, and the user will be able to swipe right to put the view back at the place
I have already tried using some tutorials about swipe to dismiss but I couldn't get this done. Does anyone know any framework or some way to do this?