Is there any chance the Stellarmate Android app can be made to use the full screen with no action bar and no forced navigation buttons?

On wide screen phones, both the action bar and the navigation buttons take up a large amount of vertical space and come with this default white and grey color.

Something like this could be added into the Android manifest Activity section:

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



Thank you.

Read More...