Today in the library modification is, need to modify the library Actionbar a button pop out of the background color of the drop-down box, in the online find a way to try, did not hit their own requirements, but quirks modified the more dropdown box background, record again, maybe later can use.
Code
<style name= "Theme.funuigallery" parent= "Android:Theme.Funui" > <item name= "Listpreferreditemheightsmall ">48dp</item> <item name=" android:itemtextappearance "> @style/gallery.iconmenu.item</item> <item name= "Switchstyle" > @android:style/widget.compoundbutton</item> <item name= "Android:actionBa Rstyle "> @style/photobarstyle</item> <item name=" Android:actionmodestyle "> @style/actionmodestyle </item> <item name= "Android:actionoverflowbuttonstyle" > @style/contactsactionbaroverflow</item> <item name= "Android:actionmodesplitbackground" > @android:d rawable/ic_menu_close_clear_cancel</item> & lt;/style><!--Modify Font Color-<style name= "Gallery.IconMenu.Item" parent= "@android: style/ Textappearance.small "> <item name=" Android:textcolor "> #ffffff </item> </style><!--Modify More Press CHANGTU--<style name= "Contactsactionbaroverflow"Parent=" @android: Style/widget.holo.actionbutton.overflow "> <item name=" android:src "> @drawable/action_ Mode_more</item> </style>
However, as to what it is changing the menu, it is not very clear, save later found it.
Android-theme Modify the background color of the more drop-down box in Actionmode