Status bar turns white and does not show content behind it

前端 未结 26 2534
闹比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:18

    I found the answer in this link:Status Bar Color not changing with Relative Layout as root element

    So it turns out we need remove the

          @android:color/transparent
    

    in styles.xml(v21). And it works just fine for me.

提交回复
热议问题