File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,8 @@ Project Address: https://github.com/thquinn/DraggableGridView
402402Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
403403You can customize the width and height of item,and the count of item each line,You can also customize the padding of line.Default value is 20dp.
404404Project Address: [ DraggableGridView] ( https://github.com/andyken/DraggableGridView )
405- Renderings: ![ Renderings] ( https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif )
405+ Renderings:
406+ ![ Renderings] ( https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif )
406407
4074081 . StickyGridHeaders
408409StickyGridHeaders is an Android library that provides a GridView that shows items in sections with headers. By default the section headers stick to the top like the People app in Android 4.x but this can be turned off.
Original file line number Diff line number Diff line change @@ -583,7 +583,8 @@ Item 可拖动交换位置的 GridView,实际是自己继承 ViewGroup 实现
583583Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
584584也可自定义item的宽高和每行的个数,同时修改了交换逻辑,当移动到另一个item时就进行交换,并删除滚动逻辑。
585585项目地址:[ DraggableGridView] ( https://github.com/andyken/DraggableGridView )
586- 效果图:![ Renderings] ( https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif )
586+ 效果图:
587+ ![ Renderings] ( https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif )
587588
588589
5895901 . StickyGridHeaders
Original file line number Diff line number Diff line change @@ -406,7 +406,8 @@ Item可拖動交換位置的GridView,實際是自己繼承ViewGroup實現,
406406Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
407407也可自定義item的寬高和每行的個數,同時修改了交換邏輯,當移動到另壹個item時就進行交換,並刪除滾動邏輯。
408408項目地址:[ DraggableGridView] ( https://github.com/andyken/DraggableGridView )
409- 效果圖:![ Renderings] ( https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif )
409+ 效果圖:
410+ ![ Renderings] ( https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif )
410411
4114121 . StickyGridHeaders
412413GroupName滑動到頂端時會固定不動直到另外一個GroupName到達頂端的GridView
You can’t perform that action at this time.
0 commit comments