Main Activity - Header Label / Bar

Silentsea

Member
Licensed User
Longtime User
Hi there,

I've a little mysterios problem. When I start my app, for half a second I can see an activity header bar with the title of my app. But the app is fullsized (neither layout nor is the title included in properties of main (over menu)). Where can I look further?

Greeting Silentsea.
 

klaus

Expert
Licensed User
Longtime User
If you want full size screen you need to select it in the IDE for each activity module. IDE menu Project / Activity properties / check Full Screen and uncheck Include Title. Setting these properties in the Designer has no effect.

Best regards.
 
Upvote 0
Top