Tobias Preuss
08/07/2025, 9:59 PMActivity
(with supportActionBar
, no XML toolbar) and
its nested Fragment
(with the toolbar icons setup via MenuProvider
, onCreateMenu
, onMenuItemSelected
).
The actual content view is in Compose > Scaffold
but without a TopBar
!
I am trying to enable edge-to-edge and to extend the supportActionBar
to the statusBar. Is there an API?
I tried enableEdgeToEdge
, fitsSystemWindows
on the Toolbar style and via window.decorView
. No success though.Chrimaeon
08/08/2025, 7:16 AM