viniciusfbb/fmx_tutorials

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?

AForm.MobileBars.StatusBarBackgroundColor := AColor;
AForm.MobileBars.Visibility := TFormSystemStatusBar.TVisibilityMode.VisibleAndOverlap;