Skip to content

Commit 412ce42

Browse files
committed
fix Splash screen is a broken in light mode
1 parent 1891757 commit 412ce42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
43
<style name="Theme.ReVancedManager" parent="Theme.SplashScreen">
5-
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
4+
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
65
<item name="postSplashScreenTheme">@style/Theme.AppCompat.NoActionBar</item>
76
<item name="android:windowActionBar">false</item>
87
<item name="android:windowNoTitle">true</item>

0 commit comments

Comments
 (0)