hide only statusbar
Opened this issue · 1 comments
p3rf1 commented
Hello. Could you tell me how to hide only the top statusbar but keep the bottom navbar?
RamonSouza96 commented
AForm.MobileBars.StatusBarBackgroundColor := AColor;
AForm.MobileBars.Visibility := TFormSystemStatusBar.TVisibilityMode.VisibleAndOverlap;