We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Splash screen is a broken in light mode
1 parent 1891757 commit 412ce42Copy full SHA for 412ce42
app/src/main/res/values/themes.xml
@@ -1,8 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
-
4
<style name="Theme.ReVancedManager" parent="Theme.SplashScreen">
5
- <item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
+ <item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
6
<item name="postSplashScreenTheme">@style/Theme.AppCompat.NoActionBar</item>
7
<item name="android:windowActionBar">false</item>
8
<item name="android:windowNoTitle">true</item>
0 commit comments