Create Linear gradient from top to bottom to status bar and toolbar in android
问题 I want to add a Linear gradient color to Status Bar and Toolbar. I am able to add gradient to status bar and toolbar with angle of 0 degree which shows left to right gradient color (pink on left and purple on right) . But I want the gradient flow with angle of 90 degree which is top to bottom or bottom to top (eg: top pink and bottom purple) .I tried but I ended up with this and this.Here status bar and toolbar is being separated, I want both status bar and toolbar to have same gradient color