fmx_tutorials
fmx_tutorials copied to clipboard
hide only statusbar
Hello. Could you tell me how to hide only the top statusbar but keep the bottom navbar?
AForm.MobileBars.StatusBarBackgroundColor := AColor; AForm.MobileBars.Visibility := TFormSystemStatusBar.TVisibilityMode.VisibleAndOverlap;