In Delphi 12.3, the buttons on the screen have a Y-axis offset. I need to press down a little further to get to the original position of the object.
I use the following code:
SystemBars.StatusBarBackgroundColor := TAlphaColors.Null;
SystemBars.NavigationBarBackgroundColor := TAlphaColors.Null;
SystemBars.Visibility := TipFormSystemBars.TVisibilityMode.VisibleAndOverlap;
I use Samsung SM-A528B.
In Delphi 12.3, the buttons on the screen have a Y-axis offset. I need to press down a little further to get to the original position of the object.
I use the following code:
SystemBars.StatusBarBackgroundColor := TAlphaColors.Null;
SystemBars.NavigationBarBackgroundColor := TAlphaColors.Null;
SystemBars.Visibility := TipFormSystemBars.TVisibilityMode.VisibleAndOverlap;
I use Samsung SM-A528B.