Im facing a seriour problem.
Im developing an app for Android API 14 (>= Android 4.0). I test the app in some devices and work well but the devices that have a navigation bar inside the screen not work. I saw some answers here and here but nothing work.
Here is an image of the navigation bar: Image Navigation Bar
I have two questions:
1) Is there a way to hide the navigation bar for ever? im developing a game, so i dont want to this bar appear. Which is the best solution? maybe not to hide and calc the size of the screen with navigation bar?
2) When im developing in the graphical layout i try to hide the navigation bar adding the Theme: Theme.Holo.NoActionBar.Fullscreen but the navigation stills there, so when i position some views, when i run the app in a device, the views are not in the correct position
Thanks