Is their anyway to not display the bottom menu bar in my app on the tablet? I was able to get the title bar to disappear using ->
this.requestWindowFeature(Window.FEATURE_NO_TITLE);
What class am I looking for? Android 3.0.. Is this feature available in any android version?
Thanks