adgvcxz / CardLayoutManager

A custom layoutManager providing a Tinder-like cards effect.
Apache License 2.0
40 stars 9 forks source link

mBottomInterval issue (same for mXInterval and mYInterval in newer version) #7

Closed sikrinick closed 6 years ago

sikrinick commented 6 years ago

What is the point of adding this interval for sides for dimensions for layoutDecoratedWithMargins? Basically, we are moving this view by interval when we calculate XTranslation or YTranslation, but adding this interval to one of dimensions leads to cropping view. In new pull requests this issue was fixed.