Transparent action bar and status bar like Uber

后端 未结 6 907
自闭症患者
自闭症患者 2020-12-08 03:29

I\'ve done a few researches on this topic but I couldn\'t found some solution for my App/ Activity.

  1. I have tried to get a transparent action bar.
6条回答
  •  再見小時候
    2020-12-08 04:02

    All you need to do is set these properties in your theme:

    true
    true
    

    Your activity / container layout you wish to have a transparent status bar needs this property set:

    android:fitsSystemWindows=”true”
    

    Hope that helps you

提交回复
热议问题