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

Horizontal LinearManager support #2

Closed
meoyawn opened this issue Feb 9, 2015 · 2 comments
Closed

Horizontal LinearManager support #2

meoyawn opened this issue Feb 9, 2015 · 2 comments

Comments

@meoyawn
Copy link

meoyawn commented Feb 9, 2015

Hello and thanks for the great lib!

I wanted to add a horizontal linear manager support, can you please help me by pointing out places in code where I can play and add horizontal support?

Cheers!

@ismoli
Copy link
Owner

ismoli commented Feb 9, 2015

Hi, to play with it you just need to provide your HorizontalLayoutManager to the RecyclerView when you constructing it.
something like
RecyclerView recyclerView = (RecyclerView) findViewById(R.id.list); recyclerView.setLayoutManager(new HorizontalLayoutManager(this));

@meoyawn
Copy link
Author

meoyawn commented Feb 9, 2015

Thank you very much!

@meoyawn meoyawn closed this as completed Feb 9, 2015
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