You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 1.5 GravitySnapHelper respected paddings of RecyclerView, which it was attached to. For example, using helper Gravity.START to recycler with paddingLeft > 0 was correctly handled, i.e. this padding remained while snapping to next elements.
But in 2.0 this padding is ignored while snapping and this leads to layout break.
In version 1.5 GravitySnapHelper respected paddings of RecyclerView, which it was attached to. For example, using helper Gravity.START to recycler with paddingLeft > 0 was correctly handled, i.e. this padding remained while snapping to next elements.
But in 2.0 this padding is ignored while snapping and this leads to layout break.
Example of used RecyclerView:
Layout of item used seems to be insignificant for this.
The text was updated successfully, but these errors were encountered: