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

Commit b052aad2 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Adapted the header colors to spec"

parents 712a1c0a 81138190
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@
    <color name="primary_text_default_material_light">#de000000</color>
    <!-- 54% black -->
    <color name="secondary_text_default_material_light">#8a000000</color>
    <!-- 38% black -->
    <color name="tertiary_text_default_material_light">#61000000</color>

    <!-- 100% white -->
    <color name="primary_text_default_material_dark">#ffffffff</color>
+2 −3
Original line number Diff line number Diff line
@@ -442,12 +442,11 @@ please see styles_device_defaults.xml.
    </style>

    <style name="TextAppearance.Material.Notification.Info">
        <item name="textColor">@color/tertiary_text_default_material_light</item>
        <item name="textSize">@dimen/notification_subtext_size</item>
    </style>

    <style name="TextAppearance.Material.Notification.Time">
        <item name="textSize">@dimen/notification_subtext_size</item>
    </style>
    <style name="TextAppearance.Material.Notification.Time" parent="TextAppearance.Material.Notification.Info" />

    <style name="TextAppearance.Material.Notification.Emphasis">
        <item name="textColor">#66000000</item>