Skip to content

Commit ec6391b

Browse files
author
冯越新
committed
增加换行符
1 parent 1b09d74 commit ec6391b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

English Version/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,9 @@ Similar App: Pinterest
398398

399399
1. DraggableGridView
400400
A drag-and-drop scrolling grid view for Android, extends from ViewGroup. It can swich from up to bottom, If you want switch from left screen to right please use PagedDragDropGrid below
401-
Project Address: https://github.com/thquinn/DraggableGridView
402-
Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
403-
You 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.
401+
Project Address: https://github.com/thquinn/DraggableGridView
402+
Demo Apk: https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
403+
You 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.
404404
Project Address: [DraggableGridView](https://github.com/andyken/DraggableGridView)
405405
Renderings: ![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
406406

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,10 @@ APP 示例:Pinterest 等
579579

580580
1. DraggableGridView
581581
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)
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)
586586
效果图:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
587587

588588

繁體中文版/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,10 @@ APP示例:Pinterest等
402402

403403
1. DraggableGridView
404404
Item可拖動交換位置的GridView,實際是自己繼承ViewGroup實現,類似桌面的單屏效果,可屏幕自動上下滾動進行Item移動交換,多屏效果見下面PagedDragDropGrid
405-
項目地址:https://github.com/thquinn/DraggableGridView
406-
Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
407-
也可自定義item的寬高和每行的個數,同時修改了交換邏輯,當移動到另壹個item時就進行交換,並刪除滾動邏輯。
408-
項目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
405+
項目地址:https://github.com/thquinn/DraggableGridView
406+
Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/DraggableGridViewSample.apk?raw=true
407+
也可自定義item的寬高和每行的個數,同時修改了交換邏輯,當移動到另壹個item時就進行交換,並刪除滾動邏輯。
408+
項目地址:[DraggableGridView](https://github.com/andyken/DraggableGridView)
409409
效果圖:![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
410410

411411
1. StickyGridHeaders

0 commit comments

Comments
 (0)