File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Why bother doing drag & swap in a `LinearLayout` [when][drag_list_1] [there are]
16
16
17
17
Usage
18
18
-----
19
+ Add it to your project using Gradle:
20
+
21
+ compile 'com.jmedeisis:draglinearlayout:1.0.0'
22
+
19
23
The ` DragLinearLayout ` can be used in place of any ` LinearLayout ` . However, by default, children
20
24
will not be draggable. To set an existing ` View ` as draggable, use
21
25
` 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.
104
108
[ drag_list_1 ] : https://github.com/bauerca/drag-sort-listview
105
109
[ drag_list_2 ] : https://plus.google.com/u/0/+AndroidDevelopers/posts/7Qo9vmeqKwC
106
110
[ 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
You can’t perform that action at this time.
0 commit comments