Hi!
I think it could be useful to have the chance to enable Immersive Mode directly from Region Activity Attributes.
I was thinking to something like this:
or maybe
Nothing revolutionary but probably it could be a nice thing.
Or even better having the chance to activate and deactivate it with something like
Thanks for Your attention.
Have a Nice Day.
I think it could be useful to have the chance to enable Immersive Mode directly from Region Activity Attributes.
I was thinking to something like this:
B4X:
#Region Activity Attributes
#FullScreen: True (other options: False, Immersive)
#IncludeTitle: True
#End Region
B4X:
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#ImmersiveMode: True (other option: False)
#End Region
Or even better having the chance to activate and deactivate it with something like
B4X:
Activity.ImmersiveMode(True)
Activity.ImmersiveMode(False)
Have a Nice Day.