I’m testing simple delphi app on android but the result app is overlap with the status bar on the device. I am using android kitkat 4.4.2 and delphi xe8. Here is the screenshot:
I know that delphi is using firemonkey that render the gui using OpenGL. So I try to make simple project on android studio to test openGL on my device, to know if it is overlap or not. But the result app is shown normal. So I guess it’s internal delphi operation (or configuration maybe) that make this problem.
So how can I make the delphi app shows normal on my device (app below the status bar)?
Note: I try it on android ice cream sandwich and jelly bean, the app is shown normal and not overlap.