Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSun committed Sep 3, 2016
2 parents f1d77aa + b002313 commit c116915
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# android-drag-FowLayout
this is a draggable flow layout lib (android 可拖拽的流布局库) .
[Sample apk/示例app](https://github.com/LightSun/android-drag-FlowLayout/tree/master/apk)

<img src="/art/drag_flowlayout.gif" alt="Demo Screen Capture" width="296px" height="581px" />


## 特点
- 1, 类似可拖拽的GridView. 不过gridView 宽度/个数是固定的。 这个布局item宽度是不定的(放不下自动换行)。
Expand Down Expand Up @@ -54,7 +56,7 @@ repositories {
jcenter()
}

compile 'com.heaven7.android.dragflowlayout:dragflowlayout:1.6.2'
compile 'com.heaven7.android.dragflowlayout:dragflowlayout:1.6.3'
```
```java
<com.heaven7.android.dragflowlayout.DragFlowLayout
Expand Down Expand Up @@ -126,10 +128,10 @@ repositories {
jcenter()
}

compile 'com.heaven7.android.dragflowlayout:dragflowlayout:1.6.2'
compile 'com.heaven7.android.dragflowlayout:dragflowlayout:1.6.3'
```

## 版本更新日志
## 重要版本更新日志
- 1, version(1.5.0)
* (1) , 增加拖拽状态监听器 和 child view观察者
- 2, version(1.5.1)
Expand Down

0 comments on commit c116915

Please sign in to comment.