DragLinearLayout icon indicating copy to clipboard operation
DragLinearLayout copied to clipboard

Android LinearLayout with drag and drop to reorder.

Results 19 DragLinearLayout issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to make views which are currently draggable non-draggable. Maybe like this: Current: `public void setViewDraggable(View child, View dragHandle)` Possibe: `public void setViewDraggable(View child,...

It almost seems impossible to scroll up/down if this is nested in a scroll view? Is it just the nature of this library or is there a way to achieve...

Hi, I request you to update this library with the latest SDK

enabling drag on long click is not available and no callback method for ondragstop.

suggested fix for recent discussion around drag shadow.

Hi ### Edit : ### The issue is ( The DragLinearLayout doesn't work with ScrollView ) I am adding ImageViews programatically, but the images can barely drag. it require very...

If the LinearLayout has `animateLayoutChanges` set to true, dragging a child view causes ``` java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent...

Any idea how to update this layout to support horizontal dragging as well? It could be really useful in case of tablets where the screen goes more horizontally than vertically.

The scrolling goes a bit crazy when the DragLinearLayout is nested within a few layouts within the ScrollView, rather than the LinearLayout being the child of a ScrollView. This fixes...