I was trying to change the background of the ActionItem Icons, when clicked android by default has a background. I tried to change it by overriding
<style name="CustomActionBar" parent="@android:style/Theme.Holo">
.
<item name="android:selectableItemBackground">@null</item>
.......
</style>
But i was not able to make the default background highlight when clicked go away. I also noticed that the background for the overflow menu icon which appears on the Action bar (by default if you have overflow items) go away but not the actionitems appearing on the action bar. Am I missing something here?