askerov / DynamicGrid

Drag and drop GridView for Android
Apache License 2.0
925 stars 287 forks source link

Add a way to disable reordering on specific tiles #59

Closed petershu closed 9 years ago

petershu commented 9 years ago

In my use case, I need to disable certain tiles from being reordered.

This change adds canReorder(boolean) to the DynamicGridAdapterInterface. And the default implementation in BaseDynamicGridAdapter returns true for all positions.