mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
QML UI: support extreme widescreen Android devices
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6afcbeef4d
commit
11f7e18139
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue