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

Commit b444e12c authored by Oren Blasberg's avatar Oren Blasberg
Browse files

Change popup menu header color to secondary color.

This makes it a nicer 54% black (on light theme), in line with material
spec and what UX recommends. It makes the header text more distinguishable
from the menu items.

Change-Id: Iea34b9b4b8724f508844526fa5b8c831aa5ab81e
parent 0cdfc4d2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -307,9 +307,10 @@ please see styles_device_defaults.xml.
    <style name="TextAppearance.Material.Widget.PopupMenu"/>
    <style name="TextAppearance.Material.Widget.PopupMenu.Large" parent="TextAppearance.Material.Menu" />
    <style name="TextAppearance.Material.Widget.PopupMenu.Small" parent="TextAppearance.Material.Menu" />
    <style name="TextAppearance.Material.Widget.PopupMenu.Header" parent="TextAppearance.Material.Subhead">
    <style name="TextAppearance.Material.Widget.PopupMenu.Header">
        <item name="fontFamily">@string/font_family_title_material</item>
        <item name="textSize">@dimen/text_size_menu_header_material</item>
        <item name="textColor">?attr/textColorSecondary</item>
    </style>

    <style name="TextAppearance.Material.Widget.DropDownHint" parent="TextAppearance.Material.Menu" />