Android 15, edge to edge, CoordinatorLayout & tabs -> Toolbar above status bar
Summary The reported issue describes an edge-to-edge layout regression when an application targets newer Android API levels (specifically transitioning from Android 15 to 16/Android 15 with new defaults). The symptom is that the AppBarLayout is drawn entirely above the status bar, rather than respecting the system window insets. This happens because targeting newer APIs enables … Read more