[android] Change logo to black for Türkiye and Syria

Condolences and sympathy to the people of Türkiye and Syria.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2023-02-11 13:24:23 +02:00
parent 4a66bda647
commit 9863209799
6 changed files with 11 additions and 1 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -62,6 +62,8 @@
<color name="divider">#1E000000</color>
<color name="divider_night">#1EFFFFFF</color>
<color name="logo">#006C35</color>
<!-- Backgrounds -->
<color name="bg_window">#FFEEEEEE</color>
<color name="bg_window_night">#FF32363A</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>