From 98632097999e5ca1e5318a7068650dbd25d9a40a Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Sat, 11 Feb 2023 13:24:23 +0200 Subject: [PATCH] =?UTF-8?q?[android]=20Change=20logo=20to=20black=20for=20?= =?UTF-8?q?T=C3=BCrkiye=20and=20Syria?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Condolences and sympathy to the people of Türkiye and Syria. Signed-off-by: Roman Tsisyk --- android/res/values-ar-rSY/colors.xml | 1 + android/res/values-mcc286/colors.xml | 1 + android/res/values-mcc417/colors.xml | 1 + android/res/values-tr/colors.xml | 5 +++++ android/res/values/colors.xml | 2 ++ android/res/values/ic_launcher_background.xml | 2 +- 6 files changed, 11 insertions(+), 1 deletion(-) create mode 120000 android/res/values-ar-rSY/colors.xml create mode 120000 android/res/values-mcc286/colors.xml create mode 120000 android/res/values-mcc417/colors.xml create mode 100644 android/res/values-tr/colors.xml diff --git a/android/res/values-ar-rSY/colors.xml b/android/res/values-ar-rSY/colors.xml new file mode 120000 index 0000000000..c5ceba9ced --- /dev/null +++ b/android/res/values-ar-rSY/colors.xml @@ -0,0 +1 @@ +../values-tr/colors.xml \ No newline at end of file diff --git a/android/res/values-mcc286/colors.xml b/android/res/values-mcc286/colors.xml new file mode 120000 index 0000000000..c5ceba9ced --- /dev/null +++ b/android/res/values-mcc286/colors.xml @@ -0,0 +1 @@ +../values-tr/colors.xml \ No newline at end of file diff --git a/android/res/values-mcc417/colors.xml b/android/res/values-mcc417/colors.xml new file mode 120000 index 0000000000..c5ceba9ced --- /dev/null +++ b/android/res/values-mcc417/colors.xml @@ -0,0 +1 @@ +../values-tr/colors.xml \ No newline at end of file diff --git a/android/res/values-tr/colors.xml b/android/res/values-tr/colors.xml new file mode 100644 index 0000000000..deea5a029c --- /dev/null +++ b/android/res/values-tr/colors.xml @@ -0,0 +1,5 @@ + + + + @color/black_primary + diff --git a/android/res/values/colors.xml b/android/res/values/colors.xml index a98809f005..ead34cfec6 100644 --- a/android/res/values/colors.xml +++ b/android/res/values/colors.xml @@ -62,6 +62,8 @@ #1E000000 #1EFFFFFF + #006C35 + #FFEEEEEE #FF32363A diff --git a/android/res/values/ic_launcher_background.xml b/android/res/values/ic_launcher_background.xml index 32e01b5423..a012476ad6 100644 --- a/android/res/values/ic_launcher_background.xml +++ b/android/res/values/ic_launcher_background.xml @@ -1,4 +1,4 @@ - #006C35 + @color/logo \ No newline at end of file