From aa95d9c5d8ccdff39424fc6f6d2917073bff2bb1 Mon Sep 17 00:00:00 2001 From: Gonzalo Pesquero Date: Wed, 27 Mar 2024 19:16:28 +0100 Subject: [PATCH] [android] Change color for disabled texts Signed-off-by: Gonzalo Pesquero --- android/app/src/main/res/color/text_color_primary.xml | 5 +++++ .../app/src/main/res/color/text_color_primary_dark.xml | 5 +++++ android/app/src/main/res/color/text_color_secondary.xml | 5 +++++ .../app/src/main/res/color/text_color_secondary_dark.xml | 5 +++++ android/app/src/main/res/values/themes-base.xml | 8 ++++---- 5 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 android/app/src/main/res/color/text_color_primary.xml create mode 100644 android/app/src/main/res/color/text_color_primary_dark.xml create mode 100644 android/app/src/main/res/color/text_color_secondary.xml create mode 100644 android/app/src/main/res/color/text_color_secondary_dark.xml diff --git a/android/app/src/main/res/color/text_color_primary.xml b/android/app/src/main/res/color/text_color_primary.xml new file mode 100644 index 0000000000..4b5e2b9c34 --- /dev/null +++ b/android/app/src/main/res/color/text_color_primary.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/color/text_color_primary_dark.xml b/android/app/src/main/res/color/text_color_primary_dark.xml new file mode 100644 index 0000000000..dbb93ac9df --- /dev/null +++ b/android/app/src/main/res/color/text_color_primary_dark.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/color/text_color_secondary.xml b/android/app/src/main/res/color/text_color_secondary.xml new file mode 100644 index 0000000000..1db0701715 --- /dev/null +++ b/android/app/src/main/res/color/text_color_secondary.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/color/text_color_secondary_dark.xml b/android/app/src/main/res/color/text_color_secondary_dark.xml new file mode 100644 index 0000000000..5d7a837879 --- /dev/null +++ b/android/app/src/main/res/color/text_color_secondary_dark.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/values/themes-base.xml b/android/app/src/main/res/values/themes-base.xml index deb612c1a5..b37d787af6 100644 --- a/android/app/src/main/res/values/themes-base.xml +++ b/android/app/src/main/res/values/themes-base.xml @@ -9,9 +9,9 @@ @style/MwmWidget.TextView false - @color/text_dark + @color/text_color_primary @color/text_light - @color/text_dark_subtitle + @color/text_color_secondary ?windowBackgroundForced @color/bg_primary_dark stateUnspecified|adjustPan @@ -142,9 +142,9 @@ @style/MwmWidget.TextView false - @color/text_light + @color/text_color_primary_dark @color/text_dark - @color/text_light_subtitle + @color/text_color_secondary_dark ?windowBackgroundForced @color/bg_primary_dark_night stateUnspecified|adjustPan