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...

Slightly off topic, but what is the preferred way to post bugs as part of the stellarmate beta: these forums, or the stellarmate support ticket system?

I have a couple of findings that I'll post once ai pull useful logs.

Thank you!

Read More...

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...