Status bar turns white and does not show content behind it

前端 未结 26 2526
闹比i
闹比i 2020-11-29 22:33

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

26条回答
  •  無奈伤痛
    2020-11-29 23:23

    If you are using RelativeLayout / CoordinatorLayout this is the solution that worked for me:

    You have to use

    • CoordinatorLayout
    • AppBarLayout

    Rember to use CoordinatorLayout instead of RelativeLayout (the performance is better and perfectly works with AppBarLayout)

    This is how your fragment should starts

    
    
    
    
        ...
    

    Good coding!

提交回复
热议问题