I want to customize actionbar buttons with an image both for pressed and not pressed state. I put a drawable selector on android:icon with two states (pressed and not pressed).
I think the more specific way is to put this attribute in your application Theme:
@android:color/transparent
Also put this if you're using ActionBarSherlock: