Skip to content

Commit 9e10c93

Browse files
committed
Merge pull request #263 from andyken/master
Master
2 parents 4fa2a3d + 2562797 commit 9e10c93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,10 @@ APP 示例:Pinterest 等
581581
Item 可拖动交换位置的 GridView,实际是自己继承 ViewGroup 实现,类似桌面的单屏效果,可屏幕自动上下滚动进行 Item 移动交换,多屏效果见下面 PagedDragDropGrid
582582
项目地址:https://github.com/thquinn/DraggableGridView
583583
Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
584+
也可以自定义item的宽高和每行的个数,并且修改交换逻辑,当移动到另一个item时就进行交换,删除滚动逻辑。
585+
项目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
586+
效果图:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
587+
584588

585589
1. StickyGridHeaders
586590
GroupName 滑动到顶端时会固定不动直到另外一个 GroupName 到达顶端的 GridView

0 commit comments

Comments
 (0)