I am trying out AppCompat on Marshmallow. And I want to have a transparent status bar however it turns white. I\'ve tried a couple solutions but they didn\'t work for me (Tr
If your v21/styles.xml contain
Then, Remove or comment below line or change colour of status bar,
@android:color/transparent
Its working fine. Hope this is helpful. Thanks.