Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix(resources): update background color for splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Nov 5, 2023
1 parent da899a7 commit 769e5d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
-->

<resources>
<color name="splash_bg">@color/primaryColor</color>
<color name="splash_icon_tint">@android:color/white</color>
</resources>
1 change: 1 addition & 0 deletions resources/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<color name="color_toast_background">#90424242</color>
<color name="color_picker_default_color">#f44336</color>

<color name="splash_bg">@android:color/white</color>
<color name="splash_icon_tint">@android:color/black</color>

</resources>
2 changes: 1 addition & 1 deletion resources/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</style>

<style name="AppTheme.Splash" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">?attr/colorSurface</item>
<item name="windowSplashScreenBackground">@color/splash_bg</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_animated</item>
<item name="windowSplashScreenAnimationDuration">200</item>
<item name="postSplashScreenTheme">@style/Theme.AndroidIDE</item>XZ
Expand Down

0 comments on commit 769e5d3

Please sign in to comment.