Hi TomA
Thank you for this workaround - it works very well!
It's interesting:
On the emulator, because the emulator is slow,
you see the first screen being shown(which is completely empty of any controls),
and then after 1-2 seconds you see the second screen - Layout1, with my controls.
The title is the same now,
but it's possible to differentiate betwen the 2 screens, because the first one is empty, and the second is populated.
But when I run this on a real device, now,
you don't see the first (empty) screen,
there's no delay at all, so you immediately see the second screen.
Thank you for this help.
BTW, If I want my app to use a bright theme instead of black,
should I manually edit the Background and Foreground colors, etc,
or is there a way to define that the app uses a bright theme, and all the relevant settings will change accordingly?