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

Reordering not working in Horizontal RecyclerView #2

Open
raghavtilak opened this issue Jul 5, 2021 · 1 comment
Open

Reordering not working in Horizontal RecyclerView #2

raghavtilak opened this issue Jul 5, 2021 · 1 comment

Comments

@raghavtilak
Copy link

The drag and reorder is working good in Vertical RecyclerView but not in Horizontal.

recyclerView =(PullRecyclerView) findViewById(R.id.rv_list); recyclerView.setCanPullDown(false); recyclerView.setCanPullUp(false); recyclerView.setHasFixedSize(true); recyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, true));
Each item can be dragged in only vertical position.

@Dsiner
Copy link
Owner

Dsiner commented Jul 6, 2021

@raghavtilak Not support in horizontal orientation

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