PullLayout icon indicating copy to clipboard operation
PullLayout copied to clipboard

Reordering not working in Horizontal RecyclerView

Open raghavtilak opened this issue 3 years ago • 1 comments

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 avatar Jul 05 '21 09:07 raghavtilak

@raghavtilak Not support in horizontal orientation

Dsiner avatar Jul 06 '21 02:07 Dsiner