I\'m trying to get a similar effect to what is seen on google play.
I\'ve got the below layout to show a transparent toolbar with an image behind it. When the user s
Just Change the color of status bar in Styles.XML(v21)
@android:color/transparent
or remove the above line in that XML it work perfect.