Did anyone manage to recreate a fully personalized top app bar?

I’m starting now to figure out how to do it, since the default one is ugly and not very customizable.. but I would like to keep the status bar active. Advice, suggestions?

Why not use top padding? I’ve applied it to a group within the view, or to a group inside a floating group. After that, you can handle the buttons and workflows however you like.

The floating group has an option to apply safe area to the children elements only, which was done explicitly so it could be used to make custom top app bar and tab bars!

2 Likes

apply to children only is amazing. i didn t know