Skip to content

Instantly share code, notes, and snippets.

@TakuSemba
Created August 5, 2017 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TakuSemba/1e5ba5de8302e06bce8652797316364a to your computer and use it in GitHub Desktop.
Save TakuSemba/1e5ba5de8302e06bce8652797316364a to your computer and use it in GitHub Desktop.
@Override
protected void onAttachedToWindow() {
super.onAttachedToWindow();
new YourCustomSnapHelper().attachToRecyclerView(MultiSnapRecyclerView.this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment