While working on my application, I used a custom ActionBar view:
this.getSupportActionBar().setCustomView(R.layout.actionbar_bg);
this.getSupportActionBar().setDisplayShowCustomEnabled(true);
Ubfortunately, as you can see, the whole ActionBar is not customized and the icons have the default actionbar background.
Is there a way to fix that?

My current workaround: