We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1718bb commit 2562797Copy full SHA for 2562797
README.md
@@ -581,6 +581,10 @@ APP 示例:Pinterest 等
581
Item 可拖动交换位置的 GridView,实际是自己继承 ViewGroup 实现,类似桌面的单屏效果,可屏幕自动上下滚动进行 Item 移动交换,多屏效果见下面 PagedDragDropGrid
582
项目地址:https://github.com/thquinn/DraggableGridView
583
Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
584
+也可以自定义item的宽高和每行的个数,并且修改交换逻辑,当移动到另一个item时就进行交换,删除滚动逻辑。
585
+项目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
586
+效果图:
587
+
588
589
1. StickyGridHeaders
590
GroupName 滑动到顶端时会固定不动直到另外一个 GroupName 到达顶端的 GridView
0 commit comments