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

Commit a4df8c62 authored by Oren Blasberg's avatar Oren Blasberg Committed by Android (Google) Code Review
Browse files

Merge "Change popup menu header color to secondary color."

parents 7b67734f b444e12c
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" />