StackLayoutManager icon indicating copy to clipboard operation
StackLayoutManager copied to clipboard

A RecyclerView.LayoutManager implementation which provides functionality to show a group of stack view.

Results 14 StackLayoutManager issues
Sort by recently updated
recently updated
newest added

Thanks for the great library. I want to show items in view like ScrollOrientation.BOTTOM_TO_TOP, but user must be swipe left & right. Is it possible? Thanks...

Is there any method for infinite loop?

Hi friend ,I like your project ,but I got this issue ,could you please take a look ?Thank you so much ` Process: com.gearsrun.stackviewapplication, PID: 18291 java.lang.ArithmeticException: divide by zero...

When using this layout manager, payload is always empty inside onbindviewholder. I tried to setItemAnimator to null and all the other solutions found on stackoverflow but nothing worked. Then i...

When i choose another card, i want to see a little offset of previous card. How can i make it? Something like this : ![image](https://user-images.githubusercontent.com/17458811/76796639-f2ab4c80-67dc-11ea-91a0-ec2ae62d64fa.png) Thanks for the library.

gradle build not accepting this library

java.lang.ArithmeticException: divide by zero at com.littlemango.stacklayoutmanager.DefaultLayout.getFirstVisibleItemTop When i set orientation BottomToTop my Apps crash and above exceptions come

Hello, onBindViewHolder is called infinitely for postition = 0

I implement required logic with ScrollOrientatio.LeftToRight orientation in recyclerView, my app crashes. But when I go with ScrollOrientatio.TopToBottom or ScrollOrientatio.BottonToTop app working fine ...