DragLinearLayout
DragLinearLayout copied to clipboard
Handle DragLinearLayout not the only child of the ScrollView
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.