Created
April 24, 2019 23:39
-
-
Save bashizip/4bcb1e0ae10be4440c87ee634e59843d to your computer and use it in GitHub Desktop.
OnItemClick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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