Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c728079 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch 'Q_2342' into 'v1-q'

Q 2342

See merge request !43
parents 6ad1126f faa518bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 -->
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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;