The property of the TitleVisible is even checked, however the Title bar disappears in the created app?

capture_11292023_121424

I have the same problem. What happened?

1 Like

Confirmed

titleVanish.aia (1.1 KB)

Also changes the status bar colour ?

No issue with Theme "Dark" & "Black Title Text".

:question:

Oh, you non-believer :wink:

Companion:

image

Compiled:

image

Wasn't the StatusBar color always set via PrimaryColorDark, which only ever worked with the APK?

Ah yes, but companion and compiled are different, my confusion....

Also, is black (for me) if using Classic theme, and a blue if using Device Default.

@ewpatton
Did this:

Changes between nb195 and nb195a (November 27, 2023)

This is a minor bugfix release.

Fix the title issue?

It would help if the bugfix was detailed, so we know where we are ?

No. The title visibility issue is in the companion itself. When we do a new companion release we will indicate that one is available.

Means?

The short answer is that any bugs affecting the companion require a new companion to fix (typically) and in our release notes we always indicate when a new companion is released. The nb195a notes do not indicate a new companion, therefore no bug fix is currently available.

Longer answer: The fix that corrected the dark mode functionality on Samsung changed a core property of the companion app. This broke the classic theme on Android. We will need to review all of the ways it broke to better understand how to reconcile the original behavior with the broken dark theme support and the classic support to come up with a reasonable solution that satisfies both sets of constraints. This will likely result in an nb196 with companion version 2.70 (or possibly 2.69a) with the corresponding release note update.

1 Like

Hi, could we get an update on this? nb196 doesn't seem to have fixed the issue.

It has not yet made it into ai2-test (nb195d+...)

Not in production nb196 released today. Any updates? I'd like to update some of my apps, but I don't want to lose the Title Bar in more of them.

I am still facing this issue. Is it already resolved? Have I got any bugs from my end?
The title visibility is set to true. But fail to see the title in the app built(.apk) but the title is visible in the companion. @TIMAI2 @Anke @ewpatton .

1 Like

Here is an example aia project to workaround this fundamental bug (for now)

titleBar.aia (23.9 KB)

Credits @Ulrich_Bien for the popup extension.

This has the added benefit of being able to expand the popup menu with other elements :slight_smile:

You could also make one with a spinner if you do not want to use an extension:

2 Likes