How can I change the Options menu background for Android 2.3?

前端 未结 6 966
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 11:18

I have the same standard options menu, but I want to change the background of the items from white to black. I\'ve seen many postings about how to do it, but those don\'t wo

6条回答
  •  隐瞒了意图╮
    2020-12-15 11:29

    In an ideal scenario, you shouldn't be doing that. Various devices would have different colors, as they decide. If you really really have to customize the menu item's backgrounds, then, I would suggest don't use it. Instead, create some kind of context menu, which you can fully customize as per your needs.

    I know its probably not a solution you are asking for, but whatever workarounds you will be be doing for this, it might work for a few device, and would probably be a disaster for others.

提交回复
热议问题