Why Alert/Dialog in App look different than companion

Why notifier/dialogs in companion looks professional with round corners and clean.

but in build apps it is not rounded, it's rectangular like old design.

Just a sample image attached (only for design reference)

1 Like

This is because Companion uses the real theme of the device (probably Samsung in your case). However, after compilation it is a standard Android 5+ theme.

Is there anyway to change to latest theme? (eg: Editing manifest file)

Can't replicate this issue on my phone ...

Android version?
(round corners on Android 9, 11, 13, ...)

Android 14. Round corners in my messaging app (so it doesn't seem like a theme problem).

which extension you use to achieve this?

It's Messages by Google, not an App Inventor app ...

1 Like

You will need to create your own custom notifier for this. Something like this:

3 Likes

This extension from @Gordon_Lu gives me the same device theme for all blocks in it,

@ewpatton is it possible to directly implement the real device theme in MIT AI2?

If someone wants to try and do it, sure, but small issues like this are simply not a priority for us.

2 Likes

Why i wanted this is that all components UI looks professional in app?

If this is simple task for you, then you can do it in next update.

Or

You update in any of future MIT AI2 updates as per your schedule.