Skip to content

Instantly share code, notes, and snippets.

@leapfrog-santosh
Created April 16, 2015 19:00
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 leapfrog-santosh/5372195e1f1a3c43c097 to your computer and use it in GitHub Desktop.
Save leapfrog-santosh/5372195e1f1a3c43c097 to your computer and use it in GitHub Desktop.
@Override
public void onScrolled(RecyclerView recyclerView, int dx, int dy) {
super.onScrolled(recyclerView, dx, dy);
clipToolbarOffset();
onMoved(toolbarOffset);
toolbarOffset +=dy;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment