CoordinatorLayout not drawing behind status bar even with windowTranslucentStatus and fitsSystemWindows

前端 未结 4 971
旧时难觅i
旧时难觅i 2020-12-23 12:03

I am trying to draw views behind the status bar like this:

I tried to produce this effect with the recommended techniques, but I get this:

It\'s cl

4条回答
  •  -上瘾入骨i
    2020-12-23 12:49

    Add this

    android:fitsSystemWindows="true"
    

    in the inner views of the AppBarLayout, it solved the issue for me

提交回复
热议问题