Android Question Lost Activity.Title

gruizelgruis

Member
Licensed User
Longtime User
Hello,

I seem to have lost the Activity.Title.

I started new on my project. With the new IDE.

When I load the older code. The tytle is showing.

I compared
B4X:
#Region  Activity Attributes
    #FullScreen: false
    #IncludeTitle: false
#End Region
And found it is the same. all set to false.

I checked the manifest editor and that is fine aswell

I cant find how to get is back.

please advice
 

gruizelgruis

Member
Licensed User
Longtime User
Thanks for that quick reply.

I did and it works. But.. it is set the same (both values to false) in older code.
In the older code I use a second activity. The title does not show on the main activity as it is set to false.
On that second activity the titlebar is shown. Without an icon.
Now that I have the title bar back,

The question is How do I get rid of the icon
 
Upvote 0
Top