1

In android 2.3 menu items are in black color and text in white color but i want change that color is possible?

Sando
  • 1,893
  • 11
  • 29
  • 45

1 Answers1

-1

Do you really want to change how the menu's look? I can't think of a single app that does that.

If you think you want to do this because your existing icons look bad, then you can create new versions of them and put them in /res/drawable-v9/ This will ensure that your new icons only show up in Gingerbread and higher.

Mike dg
  • 4,648
  • 2
  • 27
  • 26
  • hai mike thanks for the answer but its is possible through parsing.. just check out the below link posted by Dynamic Mind in which you can find the answer in Halo Ha's posting.. – Sando May 26 '11 at 12:18
  • 1
    Mike dg never said it was not possible, he just pointed out that you shouldn't do it. – dmon May 26 '11 at 12:33
  • It's definitely possible, just hacky, and non-standard. – Mike dg May 26 '11 at 13:23
  • The question was how to do what OP was asking, not whether it was the right thing to do or not – Odaym Jun 24 '15 at 22:12
  • "Do you really want to change how the menu's look?" Yes, It's a quick and easy way to implement toggled menu items. – NathanielB Jul 05 '17 at 16:12