mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Import a fix from Riot-android
This commit is contained in:
parent
6bce62a598
commit
7247b4471a
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@
|
|||
android:theme="@style/AppTheme.Light"
|
||||
tools:replace="android:allowBackup">
|
||||
|
||||
<!-- No limit for screen ratio: avoid black strips -->
|
||||
<meta-data
|
||||
android:name="android.max_aspect"
|
||||
android:value="9.9" />
|
||||
|
||||
<activity
|
||||
android:name=".features.MainActivity"
|
||||
android:theme="@style/AppTheme.Launcher" />
|
||||
|
|
Loading…
Add table
Reference in a new issue