diff options
| author | Distro Lucas <lucasassis@outlook.com> | 2018-05-02 22:21:28 -0300 |
|---|---|---|
| committer | Distro Lucas <lucasassis@outlook.com> | 2018-05-02 22:21:28 -0300 |
| commit | dbeec37b0fe971840ad9f44320a862145ec32f7d (patch) | |
| tree | 25867858ade6f12ed2522d62abe8b2bf7113d506 /Source/Android/app/src | |
| parent | ef98a2173516c6e3b67362877b7890ae19c978a6 (diff) | |
Fixed aspect ratio bigger than 16:9 on Android Devices
Diffstat (limited to 'Source/Android/app/src')
| -rw-r--r-- | Source/Android/app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index 6e854150b9..5d817d220a 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -25,6 +25,7 @@ android:supportsRtl="true" android:isGame="true" android:banner="@drawable/banner_tv"> + <meta-data android:name="android.max_aspect" android:value="2.1" /> <activity android:name=".ui.main.MainActivity" |
