Well, I've been trying for a while to put the alpha to the status bar but I can not do it, I want to do as well as the toolbar with setAlpha ()
toolbar.getBackground().setAlpha(intColor);
but can not find a similar property for the status bar, try the following code but I have achieved my goal;
getWindow().setStatusBarColor(Color.alpha(intColor));
Thanks in advance.