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

Commit 04db9b6b authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 5211053 - use actionBarItemBackground for overflow

Change-Id: I3f26a32dca648ae7cc8d77191f4ab24471175cc5
parent 28853aaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1854,7 +1854,7 @@ please see styles_device_defaults.xml.

    <style name="Widget.Holo.ActionButton.Overflow">
        <item name="android:src">@android:drawable/ic_menu_moreoverflow_holo_dark</item>
        <item name="android:background">?android:attr/selectableItemBackground</item>
        <item name="android:background">?android:attr/actionBarItemBackground</item>
        <item name="android:contentDescription">@string/action_menu_overflow_description</item>
    </style>