From 85293e76d6451c8fdc33bb0e68941da1122f5d77 Mon Sep 17 00:00:00 2001 From: Narinder Rana Date: Thu, 7 Jan 2021 21:10:35 +0530 Subject: [PATCH 1/3] update Toolbar title color --- src/com/android/contacts/activities/ContactEditorActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/contacts/activities/ContactEditorActivity.java b/src/com/android/contacts/activities/ContactEditorActivity.java index aa37cc1a15..a2a449f6c9 100644 --- a/src/com/android/contacts/activities/ContactEditorActivity.java +++ b/src/com/android/contacts/activities/ContactEditorActivity.java @@ -353,7 +353,7 @@ public class ContactEditorActivity extends AppCompatContactsActivity implements setContentView(R.layout.contact_editor_activity); mToolbar = (Toolbar) findViewById(R.id.toolbar); - mToolbar.setTitleTextColor(getResources().getColor(R.color.color_default_blue1)); + mToolbar.setTitleTextColor(getResources().getColor(R.color.color_default_primary_text)); setSupportActionBar(mToolbar); if (Intent.ACTION_EDIT.equals(action)) { mActionBarTitleResId = R.string.contact_editor_title_existing_contact; -- GitLab From d31e7b79f076c0f4e714839f878ae2c5a65b5aab Mon Sep 17 00:00:00 2001 From: Narinder Rana Date: Thu, 7 Jan 2021 21:21:13 +0530 Subject: [PATCH 2/3] update Toolbar title color --- res/values/colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/colors.xml b/res/values/colors.xml index 345b41481e..ca04a8dba0 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -113,7 +113,7 @@ @color/dialtacts_secondary_text_color - @color/dialtacts_theme_color + #A1A1A1 #363636 -- GitLab From 5f2947305fd95c7d55d28d8920ccccf6f449e1d8 Mon Sep 17 00:00:00 2001 From: Narinder Rana Date: Thu, 14 Jan 2021 22:17:37 +0530 Subject: [PATCH 3/3] update section_header_text_color color to color_default_gray1 e/ui/sdk --- res/values/colors.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/values/colors.xml b/res/values/colors.xml index ca04a8dba0..0281e37d50 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -55,6 +55,7 @@ @lineageos.platform:color/color_default_background @lineageos.platform:color/color_default_blue1 @lineageos.platform:color/color_default_gray2 + @lineageos.platform:color/color_default_gray1 @@ -113,7 +114,7 @@ @color/dialtacts_secondary_text_color - #A1A1A1 + @color/color_default_gray1 #363636 -- GitLab