I build a RecyclerView with sizable items, but at moment the width is only scalable trough a EditText input. Is it possible to add an ScaleGestureDetector on the Frame of the items, so when user touches it a long time (500ms) he can move the frame of the item and size the width?
Could you maybe show me an example about that, I never worked with gestures.