Android Question App icon and name

brodmuehler

Member
Licensed User
Longtime User
Hallo everybody
what do i need to do to show my app icon and name on top of my activities. I have done this before but struggle to get it working in my new app.
Thanks for any advice.
Regards
René
 

brodmuehler

Member
Licensed User
Longtime User
You have to set your activities in the IDE under "Activity Attributes" as shown below:
B4X:
#Region  Activity Attributes 
	#FullScreen: False
	#IncludeTitle: True
#End Region

Hi and thanks for the response. It is a bit weird since everythink works fine on my tablet but on my HTC the icon will not show. I will leave it for now and sort it out later.

Thanks a lot.
Rene
 
Upvote 0

brodmuehler

Member
Licensed User
Longtime User
I have Lollipop on my Phone which seems to explain it. That is something I do not like about Android - too many changes!

Thanks for all the good answers and effort. Highly appreciated.

Regards
René
 
Upvote 0
Top