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
@android:color/transparent
You'll see that line of code in values/styles/styles.xml(v21) . Remove it and that solves the issue
Link to this answer