idelder
Results
1
comments of
idelder
I found a simple solution to this. 1. Add a boolean to DragLinearLayout `static boolean canDrag = false` 2. In setViewDraggable, add an onLongClickListener to the new view that simply...