From b6b7ffd2e91f57789c414b8e6c924810264d5337 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 14 Feb 2022 17:51:29 +0100 Subject: [PATCH] Override platform text colors --- app/src/main/res/values/styles.xml | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index decee55799..e6894bc4fe 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -37,6 +37,23 @@ true @style/activityAnimationStyle + @color/abc_primary_text_material_light + @color/abc_primary_text_material_dark + @color/abc_secondary_text_material_light + @color/abc_secondary_text_material_dark + @color/abc_secondary_text_material_light + @color/abc_secondary_text_material_dark + @color/abc_primary_text_disable_only_material_light + @color/abc_primary_text_disable_only_material_dark + + @color/abc_hint_foreground_material_light + @color/abc_hint_foreground_material_dark + @color/highlighted_text_material_light + @color/highlighted_text_material_dark + ?attr/colorAccent + ?attr/colorAccent + @color/abc_primary_text_material_light + @color/colorReadLight @color/colorUnreadLight @@ -91,6 +108,21 @@ @color/black + @color/abc_primary_text_material_dark + @color/abc_primary_text_material_light + @color/abc_primary_text_disable_only_material_dark + @color/abc_secondary_text_material_dark + @color/abc_secondary_text_material_light + @color/abc_secondary_text_material_dark + @color/abc_secondary_text_material_light + @color/abc_hint_foreground_material_dark + @color/abc_hint_foreground_material_light + @color/highlighted_text_material_dark + @color/highlighted_text_material_light + ?attr/colorAccent + ?attr/colorAccent + @color/abc_primary_text_material_dark + @color/colorReadDark @color/colorUnreadDark