我使用Android Action Bar Style Generator为我的操作栏设置样式,因此当我按下操作下拉项时,背景颜色会变为自定义颜色而不是默认颜色。现在我也想在旧的选项菜单中实现这种行为。我尝试了这个答案集合中的所有内容,不幸的是它们都没有奏效。我怎样才能在选项菜单上实现这一点?请注意,我使用的是 ActionbarSherlock 和 HoloEverywhere,但我认为这在这里无关紧要,因为它们使用选项菜单的本机实现。
问问题
687 次
1 回答
0
I partially solved the issue.
I generated a theme for List Selector
with the Android Holo Colors Generator.
I applied the theme. The option menu style also changed on API 11+, because it uses List Selector
to theme the options menu dropdown list.
I still cannot properly style the options menu on API 10 and below, but at least my application theme is consistent from API 11.
于 2013-08-04T11:55:16.930 回答