Skip to content

Instantly share code, notes, and snippets.

@rahulpandey
Created September 2, 2016 12:44
Show Gist options
  • Save rahulpandey/6c3e72c7c69bf8d01da61c2648fdc491 to your computer and use it in GitHub Desktop.
Save rahulpandey/6c3e72c7c69bf8d01da61c2648fdc491 to your computer and use it in GitHub Desktop.
ColorDrawable drawable=new ColorDrawable();
drawable.setColor(getResources().getColor(R.color.colorPrimary));
drawable.setAlpha(-verticalOffset * 255 / appBarLayout.getTotalScrollRange());
toolbar.setBackground(drawable);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment