Light.DarkActionBar menu item text colour unchangeable?

后端 未结 6 1049
轻奢々
轻奢々 2021-02-01 19:34

The application I\'ve been developing uses ActionBarSherlock, and the main theme inherits from Theme.Sherlock.Light.DarkActionBar. The design requires that the overflow menu pop

6条回答
  •  野性不改
    2021-02-01 19:49

    Not entirely sure about this, but I believe the pop-up menu uses the same styling as the overflow menu. In which case you'd just do something like this.

    @style/your_new_text_appearance
    
    
    

提交回复
热议问题