mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-22 23:30:24 +01:00
enabling resizable activities which should in turn allow desktop mode android to resize windows
This commit is contained in:
parent
a208b48c15
commit
7eb83301b3
@ -76,6 +76,7 @@
|
|||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:networkSecurityConfig="@xml/network_security_config"
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
|
android:resizeableActivity="true"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.Vector.Light"
|
android:theme="@style/Theme.Vector.Light"
|
||||||
@ -400,7 +401,8 @@
|
|||||||
android:value="androidx.startup"
|
android:value="androidx.startup"
|
||||||
tools:node="remove" />
|
tools:node="remove" />
|
||||||
<!-- We init the lib ourself in EmojiCompatWrapper -->
|
<!-- We init the lib ourself in EmojiCompatWrapper -->
|
||||||
<meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer"
|
<meta-data
|
||||||
|
android:name="androidx.emoji2.text.EmojiCompatInitializer"
|
||||||
tools:node="remove" />
|
tools:node="remove" />
|
||||||
</provider>
|
</provider>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user