My app has a custom split action bar theme (yes, I'm using AcionBar Sherlock) where the top part is a dark colour, and the bottom part is a light colour. The app is set up to detect device orientation and remove the split actiobar when in landscape mode (just display the top actionbar). In some activities, I have an overflow menu indicated by the three vertical dots. I would like to set the overflow menu icon to a dark drawable when in portrait mode, and then a light drawable in landscape mode. Is there a way to change the overflow menu icon from the activity class?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can define a custom style. In this style you need to define:
Something like this:
You can define a styles.xml in values-land and a different styles.xml in values-port. |
|||||
|

portandlandqualifiers – A--C Jan 28 at 21:19