Alex

Results 7 comments of Alex

SwipeLayout is just a ViewGroup. So it shouldn't know about other views. You can resolve that logic by yourself For example, if you use RececlerView with many items(viewed by SwipeLayout)...

@manondidi Could you share this code to reproduce the bug?

Looks like there is some more. The topPadding of RecyclerView does not any effect on data position I think I fixed it

I checked this issue on version 2.0.1 and everything works fine The example of code: https://github.com/sheckspir/PetOpenSource/tree/master/app/src/main/java/ru/sheckspir/petapplication/fragments/flexbox

@thagikura Yes, you was right. It was a bad way to resolve it. I looked on it some more, and I saw, that you change OrientationHelper for a situation, when...