just call this method from your recyclerView object after click method
recyclerView.scrollToPosition(position + 1);
remember you have to call it in Ui thread and in your activity class that can access to your recyclerView object