Skip to content

Commit 8d9fa75

Browse files
committed
2 parents 8b91ef7 + 5076781 commit 8d9fa75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Why bother doing drag & swap in a `LinearLayout` [when][drag_list_1] [there are]
1616

1717
Usage
1818
-----
19+
Add it to your project using Gradle:
20+
21+
compile 'com.jmedeisis:draglinearlayout:1.0.0'
22+
1923
The `DragLinearLayout` can be used in place of any `LinearLayout`. However, by default, children
2024
will not be draggable. To set an existing `View` as draggable, use
2125
`DragLinearLayout#setViewDraggable(View, View)`, passing in the child `View` and a (non-null!)
@@ -104,4 +108,4 @@ You may find a copy of the license in the included `LICENSE` file.
104108
[drag_list_1]: https://github.com/bauerca/drag-sort-listview
105109
[drag_list_2]: https://plus.google.com/u/0/+AndroidDevelopers/posts/7Qo9vmeqKwC
106110
[drag_list_3]: http://ericharlow.blogspot.com/2010/10/experience-android-drag-and-drop-list.html
107-
[drag_list_4]: https://github.com/terlici/DragNDropList
111+
[drag_list_4]: https://github.com/terlici/DragNDropList

0 commit comments

Comments
 (0)