Translucent status bar in Android

后端 未结 6 2050
猫巷女王i
猫巷女王i 2020-12-17 01:17

I am using the following layout (main_activity.xml)




        
6条回答
  •  一向
    一向 (楼主)
    2020-12-17 02:17

    Please remove this line from your CoordinatorLayout:

    android:fitsSystemWindows="true"
    

    Edited, Result:

提交回复
热议问题