Android Question Should not display the title. However...

Federico956

Member
Licensed User
Longtime User
It seems all right... Which device are you using? Have you tried it on another device?

EDIT: Why have you set FullScreen:False in Designer and have you set FullScreen:True in Activity Attributes?
 
Last edited:
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
I've also tried with "full screen = True".
The same result. The title is displayed.
 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
just a guess

try to remove
Activity.AddMenuItem

and play with SdkVersion on manifest
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="17"/>
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
Hi, I created a new project.
I added existing modules.
I compiled and ... it works!
Now the title is not displayed.

Thank you very much, folks
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…