File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# android-drag-FowLayout
22this is a draggable flow layout lib (android 可拖拽的流布局库) .
3+ [ Sample apk/示例app] ( https://github.com/LightSun/android-drag-FlowLayout/tree/master/apk )
34
45 <img src =" /art/drag_flowlayout.gif " alt =" Demo Screen Capture " width =" 296px " height =" 581px " />
6+
57
68## 特点
79 - 1, 类似可拖拽的GridView. 不过gridView 宽度/个数是固定的。 这个布局item宽度是不定的(放不下自动换行)。
@@ -54,7 +56,7 @@ repositories {
5456 jcenter()
5557}
5658
57- compile ' com.heaven7.android.dragflowlayout:dragflowlayout:1.6.2 '
59+ compile ' com.heaven7.android.dragflowlayout:dragflowlayout:1.6.3 '
5860```
5961``` java
6062 < com.heaven7.android.dragflowlayout. DragFlowLayout
@@ -126,10 +128,10 @@ repositories {
126128 jcenter()
127129}
128130
129- compile ' com.heaven7.android.dragflowlayout:dragflowlayout:1.6.2 '
131+ compile ' com.heaven7.android.dragflowlayout:dragflowlayout:1.6.3 '
130132```
131133
132- ## 版本更新日志 。
134+ ## 重要版本更新日志 。
133135- 1, version(1.5.0)
134136 * (1) , 增加拖拽状态监听器 和 child view观察者
135137- 2, version(1.5.1)
You can’t perform that action at this time.
0 commit comments