Delphi Xe7 Android Fullscreen (hide Softkeys)
How to Fullscreen in XE7, hiding both the top (title) and bottom (softkey) toolbar? In XE6 I could adjust the AndroidManifest to make my application go fullscreen and without the a
Solution 1:
I actually found this out a while ago. In XE7 it's rather simple.
To hide the buttons, you can go to "Project/Options/Version Info/" and there set the Theme to "No TitleBar".
With the form set FullScreen to True.
The only minor issue is that sometimes the Softkeys do come back and leaves FullScreen when you have a usb-mouse attached and use the right mouse button, which will trigger a back-soft-button click.
Post a Comment for "Delphi Xe7 Android Fullscreen (hide Softkeys)"