justasm / DragLinearLayout

Android LinearLayout with drag and drop to reorder.
MIT License
453 stars 121 forks source link

Why only support Vertical orientation #12

Closed slm closed 9 years ago

meesec commented 9 years ago

check out the forks, for instance cmmcneil or my fork support both orientations.

slm commented 9 years ago

@meesec thank you :)

justasm commented 9 years ago

Thanks @meesec, was going to point to your fork as well.

Hi Selim - from my personal perspective, I did not think horizontal dragging would be a common use case (see more discussion at #10). From the project's perspective, no-one contributed code that would add horizontal support.

Pull requests are always welcome :smile: