I have tried to change the background color of options menu in my android app. I am using ActionBarSherlock library. I have tried this code for changing the background color
This works for me:
LayoutInflater inflater = LayoutInflater.from(context); if (inflater.getFactory() != null) { inflater = inflater.cloneInContext(context); } inflater.setFactory(factory);