Home Engineering Room

[Android] Scaling for 18:9 screens

I have a Pixel 2 XL with an 18:9 screen ratio and I also hide my navigation bar in apps. The loading screens and game display do not respect my full screen setting, leaving a black bar at the right where the Android navigation bar would go. For the next update of the Android client, could you please add the following snippet of code to the <application> tag of the app manifest?

<meta-data android:name="android.max_aspect" android:value="2.1" />

Assuming the above snippet of code works, if added to the manifest it should allow Star Trek Timelines to use all the available pixels of the display, meaning no more black bar at the right.

Comments

  • ShanShan ✭✭✭✭✭
    This is something we are working on, thank you!
Sign In or Register to comment.