forked from organicmaps/organicmaps
[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:
parent
4a66bda647
commit
9863209799
6 changed files with 11 additions and 1 deletions
1
android/res/values-ar-rSY/colors.xml
Symbolic link
1
android/res/values-ar-rSY/colors.xml
Symbolic link
|
@ -0,0 +1 @@
|
|||
../values-tr/colors.xml
|
1
android/res/values-mcc286/colors.xml
Symbolic link
1
android/res/values-mcc286/colors.xml
Symbolic link
|
@ -0,0 +1 @@
|
|||
../values-tr/colors.xml
|
1
android/res/values-mcc417/colors.xml
Symbolic link
1
android/res/values-mcc417/colors.xml
Symbolic link
|
@ -0,0 +1 @@
|
|||
../values-tr/colors.xml
|
5
android/res/values-tr/colors.xml
Normal file
5
android/res/values-tr/colors.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- 2023 Turkey–Syria earthquake //-->
|
||||
<color name="logo">@color/black_primary</color>
|
||||
</resources>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Reference in a new issue