square / cycler

Apache License 2.0
791 stars 27 forks source link

Enable drag and drop in grid layout #56

Closed tir38 closed 1 year ago

tir38 commented 2 years ago

Cycler doesn't fully support drag and drop in grid mode (i.e. using GridLayoutManager). Dragging is limited to up/down, not left right. This should fix that.

Most of this PR is about adding to the sample app to both show how to use Grid layout and test left/right/up/down drag and drop in grid mode.

2021-12-03 17 39 19

tir38 commented 2 years ago