Android Question Title and Screen size

Ajay Kakar

Member
Licensed User
Longtime User
Hi, I have two questions regarding screen display. If I set the #Includetitlte attribute as "False" my smartphone gives me more screen real estate. But this does not seem to be added to the Abstract designer window in which the screen layout is created. Should I assume an additional 50 dips on the height of the screen?

The second question is that if the title is displayed it shows the icon of my app with the text "Activity" which I am unable to change. Can I alter this title text? If yes, from where?

Ajay
 

Douglas Farias

Expert
Licensed User
Longtime User
Total FullScreen at code - Need is = at design menu
B4X:
#Region  Activity Attributes
    #FullScreen: True
    #IncludeTitle: False
#End Region

if you have added new layout with design go to design menu and see the activity options have
FullScreen: True
IncludeTitle: False
on design too.

2° u can change the title name at design menu or via code like
Activity.Title = "lala"
can u put this on create first time or only change at design where is activity like this image
 

Attachments

  • Sem título.png
    199.8 KB · Views: 173
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…