centering-recycler-view
centering-recycler-view copied to clipboard
Scroll to middle item Immediately
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.