Merge changes from Infinity

This commit merges the changes that were made in the upstream infinity repo
This commit is contained in:
Balazs Toldi
2023-10-27 15:10:00 +02:00
parent 262d9f02ba
commit 4397e09016
182 changed files with 12490 additions and 11105 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme.Launcher" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">#FFFFFF</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_round</item>
<item name="android:windowSplashScreenBrandingImage">@drawable/splash_branding</item>
<item name="postSplashScreenTheme">@style/AppTheme.NoActionBarWithTransparentStatusBar
</item>
<item name="android:statusBarColor">#FFFFFF</item>
<item name="android:navigationBarColor">#FFFFFF</item>
<item name="android:windowLightStatusBar">true</item>
</style>
</resources>