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

Splash screen background color (fix for #469) #551

Merged
merged 2 commits into from
May 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>