QML UI: support extreme widescreen Android devices

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-04-06 21:22:56 -07:00
parent 6afcbeef4d
commit 11f7e18139

View file

@ -83,6 +83,9 @@
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splash" />
<!-- Splash screen -->
<!-- support more aspect ratios -->
<meta-data android:name="android.max_aspect" android:value="3" />
</activity>
</application>