You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2019. It is now read-only.
Hey, my coordinatorLayout keeps positioning itself at the top of the screen, behind the top status bar, causing content to cut off
However, when I remove fitsSystemWindows = true from coordinatorLayout. It lines up properly, Also, if i remove it from drawerLayout nothing seems to change (was just experimenting). Also using <item name="android:windowTranslucentStatus">true</item> always causes the content to be placed behind status bar, and fitsSystemWindows has no effect with either setting.
I'm using the Nexus 5X API 28 x86 Emulator through Android Studio.