From 1409b0a1807dc0b86a1f7cd6ae6ed743a9a91b3c Mon Sep 17 00:00:00 2001 From: Gonzalo Pesquero Date: Sat, 30 Mar 2024 13:14:47 +0100 Subject: [PATCH] [android] Revert change color for disabled texts (PR #7721) 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, 4 insertions(+), 24 deletions(-) delete mode 100644 android/app/src/main/res/color/text_color_primary.xml delete mode 100644 android/app/src/main/res/color/text_color_primary_dark.xml delete mode 100644 android/app/src/main/res/color/text_color_secondary.xml delete 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 deleted file mode 100644 index 4b5e2b9c34..0000000000 --- a/android/app/src/main/res/color/text_color_primary.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ 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 deleted file mode 100644 index dbb93ac9df..0000000000 --- a/android/app/src/main/res/color/text_color_primary_dark.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ 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 deleted file mode 100644 index 1db0701715..0000000000 --- a/android/app/src/main/res/color/text_color_secondary.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ 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 deleted file mode 100644 index 5d7a837879..0000000000 --- a/android/app/src/main/res/color/text_color_secondary_dark.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ 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 b37d787af6..deb612c1a5 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_color_primary + @color/text_dark @color/text_light - @color/text_color_secondary + @color/text_dark_subtitle ?windowBackgroundForced @color/bg_primary_dark stateUnspecified|adjustPan @@ -142,9 +142,9 @@ @style/MwmWidget.TextView false - @color/text_color_primary_dark + @color/text_light @color/text_dark - @color/text_color_secondary_dark + @color/text_light_subtitle ?windowBackgroundForced @color/bg_primary_dark_night stateUnspecified|adjustPan