-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide the Navigation Bar #525
Comments
Hello, You can try send an email to [email protected] |
Hi, Fernando! Go to your project folder "\res\values" and paste here the ""styles.xml" content file.... |
|
"This XML file does not appear to have any style information associated with it....." But it has! You can read: <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> and others "item name" properties... The strange thing is that everything seems correct.... can you post a screenshot of your application? |
Well, you can do some try: 1)in design: go to jForm and set the property ActionBarTilte = abtHide and/or 2)in run time: handling jForm "OnJNIPrompt" event: procedure TAndroidModule1.AndroidModule1JNIPrompt(Sender: TObject); |
|
I found this function that solved the problem, would I be able to add it to LAMW sources, such as HideNavigationBar?
|
Hi,
I created an application, using LAMW, I managed to make it full screen, but the navigation bar is visible, would it be possible to hide the navigation bar?
According to the website: https://developer.android.com/training/system-ui/navigation#java
How to do this in LAMW?
Thanks
The text was updated successfully, but these errors were encountered: