After latest AndroidBuilder update, Status Bar and Arrangement overlapping issue (Background mix problem)

Hello everyone,
After the latest AndroidBuilder update, I’m facing a serious UI overlapping issue in my app.

As you can see in the screenshot (attached),
the Status Bar area and top Arrangement are getting merged together —
it looks like the layout background (gradient red with flower corner) has shifted behind the status bar.

The same problem also appears at the bottom, where the Navigation Bar overlaps with the background.

I tried the following but the issue still remains:

Enabled “Show Status Bar” and “Show Navigation Bar”

Changed Sizing to “Responsive”

Used both SetStatusBarColor and SetNavigationBarColor blocks

Adjusted padding and margin for top Arrangement

Disabled gradient and rounded view extensions

Still, the layout mixes with system UI after building the app (works fine in preview).

:brain: I think the new update might have enabled full screen mode by default or changed system UI insets behavior.


:red_question_mark: My Questions:

  1. Is this a known bug in the new AndroidBuilder update?

  2. Any workaround to separate Status Bar and Arrangement background again?

  3. Should I manually add padding or wait for a patch?

2 Likes

Fix this problem please

1 Like

As a solution, I think they released an extension to prevent the app from expanding completely without recognizing the frames, but adding color no longer works, since the setColor property is no longer available in Android 15.

These are changes made by Android, not Builder.

2 Likes