Skip to content

Commit 28ee0e6

Browse files
authored
Merge pull request #316 from andyken/master
增加带有分割线的可拖动view
2 parents 2d4df20 + f30b767 commit 28ee0e6

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

English Version/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,12 @@ Project Address: [DraggableGridView](https://github.com/andyken/DraggableGridVie
412412
Renderings:
413413
![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
414414

415+
1. DividedDraggableView
416+
Draggable grid view with divided line.
417+
Project Address: https://github.com/andyken/DividedDraggableView
418+
Renderings:
419+
![Renderings](https://github.com/andyken/DividedDraggableView/blob/master/app/sample.gif)
420+
415421
1. StickyGridHeaders
416422
StickyGridHeaders 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.
417423
Project Address: https://github.com/TonicArtos/StickyGridHeaders

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,11 @@ Demo 地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/Dragg
631631
效果图:
632632
![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
633633

634+
1. DividedDraggableView
635+
一个带有分割区域的可拖动 view ,可屏幕自动上下滚动进行 Item 移动交换。
636+
项目地址:https://github.com/andyken/DividedDraggableView
637+
效果图:
638+
![Renderings](https://github.com/andyken/DividedDraggableView/blob/master/app/sample.gif)
634639

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

繁體中文版/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,12 @@ Demo地址:https://github.com/thquinn/DraggableGridView/blob/master/bin/Dragga
416416
效果圖:
417417
![Renderings](https://github.com/andyken/DraggableGridView/blob/master/sample/sample.gif)
418418

419+
1. DividedDraggableView
420+
壹個帶有分割區域的可拖動 view ,可屏幕自動上下滾動進行 Item 移動交換。
421+
項目地址:https://github.com/andyken/DividedDraggableView
422+
效果圖:
423+
![Renderings](https://github.com/andyken/DividedDraggableView/blob/master/app/sample.gif)
424+
419425
1. StickyGridHeaders
420426
GroupName滑動到頂端時會固定不動直到另外一個GroupName到達頂端的GridView
421427
項目地址:https://github.com/TonicArtos/StickyGridHeaders

0 commit comments

Comments
 (0)