Android Completely transparent Status Bar?

前端 未结 28 3003
旧时难觅i
旧时难觅i 2020-11-22 14:10

I\'ve searched the documentation but only found this: Link. Which is used to make the bar translucent? What I\'m trying to do is to make t

28条回答
  •  误落风尘
    2020-11-22 14:19

     @android:color/transparent
                
    

    Dont use windowLightStatusBar use instead statusBarColor = @android:color/transparent

提交回复
热议问题