Android Question Annoying Acitivity Title 😭

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi everyone, i'm coding an android app.
I noticed that when the app launches (in debug and also in release) there is a moment where is possibile to see the default page with the ugly android titlebar with the app name (#ApplicationLabel: <name>) and blank activity, BEFORE the app actually launches, then the coded layout file is loaded.

All is up to date.

B4X:
#Region  Activity Attributes
    #FullScreen: False
    #IncludeTitle: False
#End Region

#BridgeLogger: True

Screenshot_20200301_125008_biquadro.covid19italia.jpg

this is what appear a moment before the layout in Main is loaded correctly... its so annoying to see that right before the actual app. what's the problem?
Thanks in advance
 

aeric

Expert
Licensed User
Longtime User
May be this could help
 
Upvote 0
Top