Skip to content

Commit c116915

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f1d77aa + b002313 commit c116915

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# android-drag-FowLayout
22
this 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)

0 commit comments

Comments
 (0)