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
For me it worked by doing the following :
.NoActionBarandroid.support.design.widget.AppBarLayoutandroid.support.design.widget.CoordinatorLayout as the parent layout. Essentially it is the third step that draws the status bar in the colorPrimaryDark otherwise it is not drawn if you using NoActionBar theme.
2nd step will give your toolbar that overlay.