Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #551 from atahabaki/splash-screen-bg-fix-469
Browse files Browse the repository at this point in the history
Splash screen background color (fix for #469)
  • Loading branch information
X1nto authored May 13, 2021
2 parents 1150f58 + 58a0b06 commit 4167aa4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!--Splash screen color for dark/night theme-->
<color name="splash">#131317</color>

</resources>

3 changes: 2 additions & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<color name="Gray">#5F5E5E</color>
<color name="White">#ffffff</color>
<color name="Black">#000000</color>
<color name="splash">#131317</color>
<!--Splash screen color for light/day theme-->
<color name="splash">#cfcfcf</color>

</resources>

0 comments on commit 4167aa4

Please sign in to comment.