Skip to content

Reordering not working in Horizontal RecyclerView #2

@raghavtilak

Description

@raghavtilak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions