Replies: 2 comments 1 reply
-
Hey @ashah7, Thank you for your questions. I am not sure, if works with the recent versions of Android, but you can set your app to full screen like this:
You can also play around with the |
Beta Was this translation helpful? Give feedback.
0 replies
-
sadly this doesn't seem to work, on Android 15,14. I was using full screen anyway using the below code.
Even for a default android new built app the title/action bar does not hide. I'm considering this could be a bug |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to remove the actionbar from my android app but having no success.
The code in the style.xml from a newly built app indicates that it's hidden by default, but it continues to show regardless.
I have tried to use the below without success
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
And the below
Even in full screen mode the title/action bar does not hide
Beta Was this translation helpful? Give feedback.
All reactions