Android 15 / edge-to-edge / window insets / legacy...
# android
t
Android 15 / edge-to-edge / window insets / legacy 😵 supportActionBar I am dealing with an
Activity
(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.
not kotlin but kotlin colored 4
google 2
c
Image from iOS.jpg
🙁 1