How can I set the divider for the action bar overflow popup menu?
This is my popup menu style:
<style name="PopupMenu.Silver" parent="@android:style/Widget.Holo.Light.ListPopupWindow">
<item name="android:popupBackground">@drawable/menu_dropdown_panel_silver</item>
</style>
Thanks!
Using a Material theme removes dividers. This is the simple solution to this problem.