If you want a themed menu bar that looks like the rest of your app (that you cut out here so it's impossible to say) you'll need to emulate it as a normal composable with a bunch of popups, accelerators, etc
h
Hamba
11/23/2023, 3:55 AM
rest of my app isnt styled yet, but just wanted to know if the menu bar was even able to be styled before i went ahead with it. the alternative sounds like a pain so might have to stick with it, thanks
m
Messias Junior
11/27/2023, 10:08 AM
That menus are oftenly managed by the operating system's server side decorations. You can create a custom one in you compose applications but you have to problema the operating system integration too.