CardStackView icon indicating copy to clipboard operation
CardStackView copied to clipboard

StackFrom

Open huzaima12297 opened this issue 3 years ago • 1 comments

I have implemented the following code

val manager by lazy { CardStackLayoutManager( requireContext(), CardStackListener.DEFAULT ) } //HEADING var card = view.findViewById(R.id.card_stack_view) as CardStackView card.adapter = CardStackAdapter(dummyData()) manager.setStackFrom(StackFrom.Top)

But cannot the my stack at top

huzaima12297 avatar Jun 15 '21 22:06 huzaima12297

Hello, did you solve the problem?

elifozoglu98 avatar Aug 26 '22 13:08 elifozoglu98