PullLayout
PullLayout copied to clipboard
Reordering not working in Horizontal RecyclerView
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.
@raghavtilak Not support in horizontal orientation