Ok, so here is the solution to the problem I had:
#Region Project Attributes
#FullScreen: True
#IncludeTitle: False
#ApplicationLabel: XXXXXXXXX
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False
#End Region
looks good right?
So here is what I didn't notice, which was collapsed in the next code region:
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
I was setting the #FullScreen attribute to True, and the #IncludeTitle attribute to False, only to set the opposite attributes in the next code region.
Thanks for trying to help my silly tired mistake. At least I learned about some other things in this thread from the stuff posted above. Thanks
eps and
Informatix!
All better now, yay!