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

Commit e1c68765 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "ActionBar menu text should look like Button" into mnc-dev

parents fb2cdc4c aa67bb14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -348,12 +348,12 @@ please see styles_device_defaults.xml.
    </style>

    <style name="TextAppearance.Material.Widget.ActionBar.Menu"
           parent="TextAppearance.Material.Menu">
           parent="TextAppearance.Material.Widget.Button">
        <item name="textColor">?attr/actionMenuTextColor</item>
        <item name="textAllCaps">@bool/config_actionMenuItemAllCaps</item>
    </style>
    <style name="TextAppearance.Material.Widget.ActionBar.Menu.Inverse"
           parent="TextAppearance.Material.Menu.Inverse">
           parent="TextAppearance.Material.Widget.Button.Inverse">
        <item name="textColor">?attr/actionMenuTextColor</item>
        <item name="textAllCaps">@bool/config_actionMenuItemAllCaps</item>
    </style>