Created
September 2, 2016 12:44
-
-
Save rahulpandey/6c3e72c7c69bf8d01da61c2648fdc491 to your computer and use it in GitHub Desktop.
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
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