Loading res/values/colors.xml +2 −1 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ <color name="color_default_background">@lineageos.platform:color/color_default_background</color> <color name="color_default_blue1">@lineageos.platform:color/color_default_blue1</color> <color name="color_default_gray2">@lineageos.platform:color/color_default_gray2</color> <color name="color_default_gray1">@lineageos.platform:color/color_default_gray1</color> <!-- Color of the selected tab underline --> Loading Loading @@ -113,7 +114,7 @@ <color name="secondary_text_color">@color/dialtacts_secondary_text_color</color> <!-- Text color for section header. --> <color name="section_header_text_color">@color/dialtacts_theme_color</color> <color name="section_header_text_color">@color/color_default_gray1</color> <!-- Color of the theme of the People app --> <color name="people_app_theme_color">#363636</color> Loading src/com/android/contacts/activities/ContactEditorActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
res/values/colors.xml +2 −1 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ <color name="color_default_background">@lineageos.platform:color/color_default_background</color> <color name="color_default_blue1">@lineageos.platform:color/color_default_blue1</color> <color name="color_default_gray2">@lineageos.platform:color/color_default_gray2</color> <color name="color_default_gray1">@lineageos.platform:color/color_default_gray1</color> <!-- Color of the selected tab underline --> Loading Loading @@ -113,7 +114,7 @@ <color name="secondary_text_color">@color/dialtacts_secondary_text_color</color> <!-- Text color for section header. --> <color name="section_header_text_color">@color/dialtacts_theme_color</color> <color name="section_header_text_color">@color/color_default_gray1</color> <!-- Color of the theme of the People app --> <color name="people_app_theme_color">#363636</color> Loading
src/com/android/contacts/activities/ContactEditorActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading