mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Merge changes from Infinity
This commit merges the changes that were made in the upstream infinity repo
This commit is contained in:
14
app/src/main/res/values-night-v31/styles.xml
Normal file
14
app/src/main/res/values-night-v31/styles.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme.Launcher" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">#000000</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">#000000</item>
|
||||
<item name="android:navigationBarColor">#000000</item>
|
||||
<item name="android:windowLightStatusBar">false</item>
|
||||
</style>
|
||||
</resources>
|
Reference in New Issue
Block a user