Skip to content

Instantly share code, notes, and snippets.

@bashizip
Created April 24, 2019 23:39
Show Gist options
  • Save bashizip/4bcb1e0ae10be4440c87ee634e59843d to your computer and use it in GitHub Desktop.
Save bashizip/4bcb1e0ae10be4440c87ee634e59843d to your computer and use it in GitHub Desktop.
OnItemClick
private void onClickItem(int position, View v) {
recyclerView.smoothScrollToPosition(position);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment