android: splash screen with background color on Android 12+ (#3579)

This commit is contained in:
Stanislav Dmitrenko
2023-12-21 21:49:49 +08:00
committed by GitHub
parent 2bff3b9c97
commit c4855313b6
7 changed files with 38 additions and 6 deletions
@@ -39,6 +39,7 @@
android:exported="true"
android:label="${app_name}"
android:windowSoftInputMode="adjustResize"
android:configChanges="uiMode"
android:theme="@style/Theme.SimpleX">
<intent-filter>
<category android:name="android.intent.category.LAUNCHER" />