DragLinearLayout icon indicating copy to clipboard operation
DragLinearLayout copied to clipboard

Handle DragLinearLayout not the only child of the ScrollView

Open jsonfry opened this issue 7 years ago • 0 comments

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 the problem by getting the top of the LinearLayout relative to the ScrollView, rather than just the top relative to the DragLinearLayout's parent.

jsonfry avatar Oct 10 '16 13:10 jsonfry