Android Question Activity Attributes warning

BPak

Active Member
Licensed User
Longtime User
I connect by Bluetooth to Tablet and use the Legacy Compile.
Notice these messages in the Logs.

Here are the settings in the Activity Ide editor.
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: False
#End Region

Can not find any other Settings in Layout (Designer).
Where are the settings to be done?

Messages:
(Main, 36) FullScreen or IncludeTitle properties in layout file do not match the activity attributes settings. (warning #1004)

(Viewer, 25) FullScreen or IncludeTitle properties in layout file do not match the activity attributes settings. (warning #1004)

(Meeting, 44) FullScreen or IncludeTitle properties in layout file do not match the activity attributes settings. (warning #1004)
 

stevel05

Expert
Licensed User
Longtime User
Select the Activity entry in the designer's 'Main' list, there are two fields at the bottom of the list, Show Title and Full Screen.

upload_2014-7-25_1-50-28.png
 
Last edited:
Upvote 0
Top