rubensousa / GravitySnapHelper

A SnapHelper that snaps a RecyclerView to an edge.
Apache License 2.0
5k stars 614 forks source link

Dynamic Gravity #30

Closed danmalafaia closed 6 years ago

danmalafaia commented 6 years ago

@rubensousa is it possible to have a dynamic gravity?
My intention is make to make the first item with Gravity.LEFT, the last with Gravity.RIGHT and all the others with Gravity.CENTER.

rubensousa commented 6 years ago

You'll need to extend one of the SnapHelpers in this library and figure this out yourself. I don't have plans to support this, sorry.