Android Question Hide Nav Bar via Manifest?(SOLVED)

Stichler

Active Member
Licensed User
Is there a way to hide the nav bar via manifest editor? Immersive Mode not working so well for me
 

Stichler

Active Member
Licensed User
if it helps anyone else I've found adding this to Manifest at least keeps it from messing up view

SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light.NoActionBar.TranslucentDecor"
 
Upvote 0
Top