Грушин Сергей

Results 13 comments of Грушин Сергей

BackgroundView has method `reLayout`. I think we can call him when configuration is changed.

Problem is solved. BoomMenuButton has method getViewParent. He return DecorView! I edit source code and change getDecorView to activity.findViewById(android.R.id.content) profit!

Btw, i can create addFromRight + addFromLeft and make pull request? :3

Return last swiped view? Use code in [my issue](https://github.com/flschweiger/SwipeStack/issues/57)

you need to get itemCount? No, SwipeStack not decrease it, he just work with view. You can get real itemCount with `stackAdapter.getItemCount() - swipeStack.getCurrentPosition`

@abhishekBansal, see [my issue](https://github.com/flschweiger/SwipeStack/issues/57) - copy paste code into SwipeStack

`swipeTopViewToLeft()` or `swipeTopViewToRight()`