mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-22 11:15:10 +00:00
Merge pull request #551 from atahabaki/splash-screen-bg-fix-469
Splash screen background color (fix for #469)
This commit is contained in:
commit
4167aa422e
2 changed files with 10 additions and 1 deletions
8
app/src/main/res/values-night/colors.xml
Normal file
8
app/src/main/res/values-night/colors.xml
Normal file
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue