centering-recycler-view icon indicating copy to clipboard operation
centering-recycler-view copied to clipboard

Scroll to middle item Immediately

Open IbrahimDisouki opened this issue 8 years ago • 0 comments

How i can scroll to middle item Immediately ? I tried this but did not work

case R.id.linear_horizontal:
                mRecyclerView.setAdapter(new DemoAdapter(R.layout.linear_horizontal));
                mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, false));
                mRecyclerView.center(DemoAdapter.MIDDLE_ITEM); // scrolled but not centered.

IbrahimDisouki avatar May 22 '16 07:05 IbrahimDisouki