Update logo to black for Morocco and Libya

Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste 2023-09-20 09:09:56 +02:00 committed by Roman Tsisyk
parent 946c8d7cfd
commit 90273fed91
7 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1 @@
../values-ar/colors.xml

View file

@ -0,0 +1 @@
../values-ar/colors.xml

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- 2023 Morocco earthquake and Libya Floods //-->
<color name="logo">@color/black_primary</color>
</resources>

View file

@ -0,0 +1 @@
../values-ar/colors.xml

View file

@ -0,0 +1 @@
../values-ar/colors.xml

View file

@ -61,6 +61,8 @@
<color name="divider">#1E000000</color>
<color name="divider_night">#1EFFFFFF</color>
<color name="logo">#006C35</color>
<!-- Backgrounds -->
<color name="bg_window">#FFEEEEEE</color>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#006C35</color>
<color name="ic_launcher_background">@color/logo</color>
</resources>