android:fitsSystemWindows not working

前端 未结 6 839
走了就别回头了
走了就别回头了 2020-12-10 11:03

In my theme I defined the following rules to draw my views behind the status bar:

@android:color/transparent         


        
6条回答
  •  不知归路
    2020-12-10 11:20

    There is an easy way to do this. Make sure you set the 2 elements in styles of the theme applied to your activity.

    
    

    No need to do add android:fitsSystemWindows in your layout. This will directly add to it.

提交回复
热议问题