fmx_tutorials icon indicating copy to clipboard operation
fmx_tutorials copied to clipboard

hide only statusbar

Open p3rf1 opened this issue 1 year ago • 1 comments

Hello. Could you tell me how to hide only the top statusbar but keep the bottom navbar?

p3rf1 avatar May 12 '23 09:05 p3rf1

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

RamonSouza96 avatar Oct 01 '23 21:10 RamonSouza96