The Android Stellarmate application shows up with both an action bar and a forced navigation bar at the bottom (in white). Could the app be updated to run in fullscreen mode instead? With those two extra bars, the screen really gets cut vertically and stretched out.

Something like this could do it in the Android Manifest:

android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"



Thank you.

Read More...