Skip to content

Instantly share code, notes, and snippets.

@mzgreen
Created February 15, 2015 11:17
Show Gist options
  • Select an option

  • Save mzgreen/670be3ca26409c52a609 to your computer and use it in GitHub Desktop.

Select an option

Save mzgreen/670be3ca26409c52a609 to your computer and use it in GitHub Desktop.
HideOnScrollExample - RecyclerHeaderViewHolder class
public class RecyclerHeaderViewHolder extends RecyclerView.ViewHolder {
public RecyclerHeaderViewHolder(View itemView) {
super(itemView);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment