In Main attributes i have set below, yet, activity is not covering full screen (status bar area)
B4X:
#Region Activity Attributes
#FullScreen: true
#IncludeTitle: false
#BridgeLogger: True
' Use "unspecified" to support both Portrait and Landscape
#SupportedOrientations: unspecified
#End Region