Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackFrom #347

Open
huzaima12297 opened this issue Jun 15, 2021 · 1 comment
Open

StackFrom #347

huzaima12297 opened this issue Jun 15, 2021 · 1 comment

Comments

@huzaima12297
Copy link

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

@elifozoglu98
Copy link

Hello, did you solve the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants