diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-04-06 21:22:56 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-06 21:22:56 -0700 |
commit | 11f7e18139e1b0802d46cf5cc5ca228991a5c3ae (patch) | |
tree | dda8654b2b94fa3ac6e0e581f570101aa707446e /android-mobile/AndroidManifest.xml | |
parent | 6afcbeef4d006c608bb8a8d060aea416cebccc7b (diff) | |
download | subsurface-11f7e18139e1b0802d46cf5cc5ca228991a5c3ae.tar.gz |
QML UI: support extreme widescreen Android devices
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android-mobile/AndroidManifest.xml')
-rw-r--r-- | android-mobile/AndroidManifest.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml index ba3f1e2e9..b0fc8dfe7 100644 --- a/android-mobile/AndroidManifest.xml +++ b/android-mobile/AndroidManifest.xml @@ -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> |